Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dls.c240 OPTBIT_c, /* 17 */ enumerator
243 OPTBIT_S = OPTBIT_c + 3 * ENABLE_FEATURE_LS_TIMESTAMPS,
262 OPT_c = (1 << OPTBIT_c) * ENABLE_FEATURE_LS_TIMESTAMPS,
/busybox-1.35.0/findutils/
Dgrep.c123 OPTBIT_c, /* count matches per file (suppresses normal output) */ enumerator
147 OPT_c = 1 << OPTBIT_c,
/busybox-1.35.0/editors/
Dvi.c4895 IF_FEATURE_VI_COLON(OPTBIT_c,)
4900 OPT_c = IF_FEATURE_VI_COLON( (1 << OPTBIT_c)) + 0,