Searched refs:OPT_SETB (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 62 #define OPT_SETB 0x0001 /* Set the bits specified by o_bits */ macro 133 { OPT_SETB, F_LONG_FMT, 0, &g_flags }, /* -f */ 139 { OPT_SETB, F_LONG_OUT, 0, &g_flags }, /* 'l' */ 141 { OPT_SETB, F_NEWEST, 0, &g_flags }, /* -n */ 142 { OPT_SETB, F_OLDEST, 0, &g_flags }, /* -o */ 149 { OPT_SETB, F_REVERSE, 0, &g_flags }, /* -v */ 151 { OPT_SETB, F_EXACT_MATCH, 0, &g_flags }, /* -x */ 650 if (optd->o_opts & OPT_SETB) in main()
|