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

/freebsd-10.2-release/usr.bin/systat/
H A Dsystat.h55 #define CF_INIT 0x1 /* been initialized */ macro
H A Dcmds.c121 curcmd->c_flags &= ~CF_INIT;
132 if ((p->c_flags & CF_INIT) == 0) {
134 p->c_flags |= CF_INIT;
H A Dmain.c169 curcmd->c_flags |= CF_INIT;

Completed in 98 milliseconds