Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dcmds.c122 if ((p->c_flags & CF_INIT) == 0) { in command()
124 p->c_flags |= CF_INIT; in command()
H A Dsystat.h49 #define CF_INIT 0x1 /* been initialized */ macro
H A Dmain.c169 curcmd->c_flags |= CF_INIT; in main()