Home
last modified time | relevance | path

Searched refs:CF_INIT (Results 1 – 3 of 3) sorted by relevance

/src/usr.bin/systat/
H A Dcmds.c117 curcmd->c_flags &= ~CF_INIT; in command()
128 if ((p->c_flags & CF_INIT) == 0) { in command()
130 p->c_flags |= CF_INIT; in command()
H A Dsystat.h48 #define CF_INIT 0x1 /* been initialized */ macro
H A Dmain.c234 curcmd->c_flags |= CF_INIT; in main()