Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dgrep.c121 OPTBIT_v, /* invert the match, to select non-matching lines */ enumerator
145 OPT_v = 1 << OPTBIT_v,
/busybox-1.35.0/coreutils/
Dls.c246 OPTBIT_v, /* 23 */ enumerator
268 OPT_v = (1 << OPTBIT_v) * ENABLE_FEATURE_LS_SORTFILES,
/busybox-1.35.0/editors/
Dawk.c84 OPTBIT_v, /* define variable */ enumerator
89 OPT_v = 1 << OPTBIT_v,