Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dls.c237 OPTBIT_R = OPTBIT_F + 2 * ENABLE_FEATURE_LS_FILETYPES, enumerator
238 OPTBIT_Z = OPTBIT_R + 1 * ENABLE_FEATURE_LS_RECURSIVE,
259 OPT_R = (1 << OPTBIT_R) * ENABLE_FEATURE_LS_RECURSIVE,
/busybox-1.35.0/findutils/
Dgrep.c133 OPTBIT_R, /* recurse dirs and symlinks to dirs */ enumerator
157 OPT_R = 1 << OPTBIT_R,
/busybox-1.35.0/editors/
Dvi.c4898 IF_FEATURE_VI_READONLY(OPTBIT_R,)
4903 OPT_R = IF_FEATURE_VI_READONLY( (1 << OPTBIT_R)) + 0,