Searched refs:CF_INIT (Results 1 – 3 of 3) sorted by relevance
117 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()
48 #define CF_INIT 0x1 /* been initialized */ macro
234 curcmd->c_flags |= CF_INIT; in main()