Home
last modified time | relevance | path

Searched refs:OPTBIT_A (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/procps/
Dpgrep.c70 OPTBIT_A, enumerator
81 #define OPT_LISTFULL (opt & (1 << OPTBIT_A))
92 if (option_mask32 & ((1 << OPTBIT_L)|(1 << OPTBIT_A))) /* -l or -a */ in act()
/busybox-1.35.0/findutils/
Dgrep.c137 IF_FEATURE_GREP_CONTEXT( OPTBIT_A ,) /* -A NUM: after-match context */
161 OPT_A = IF_FEATURE_GREP_CONTEXT( (1 << OPTBIT_A)) + 0,