Searched refs:OPTBIT_R (Results 1 – 3 of 3) sorted by relevance
237 OPTBIT_R = OPTBIT_F + 2 * ENABLE_FEATURE_LS_FILETYPES, enumerator238 OPTBIT_Z = OPTBIT_R + 1 * ENABLE_FEATURE_LS_RECURSIVE,259 OPT_R = (1 << OPTBIT_R) * ENABLE_FEATURE_LS_RECURSIVE,
133 OPTBIT_R, /* recurse dirs and symlinks to dirs */ enumerator157 OPT_R = 1 << OPTBIT_R,
4898 IF_FEATURE_VI_READONLY(OPTBIT_R,)4903 OPT_R = IF_FEATURE_VI_READONLY( (1 << OPTBIT_R)) + 0,