Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dgrep.c135 OPTBIT_w, /* -w whole word match */ enumerator
159 OPT_w = 1 << OPTBIT_w,
/busybox-1.35.0/coreutils/
Dls.c251 OPTBIT_w, /* 28 */ enumerator
273 OPT_w = (1 << OPTBIT_w) * ENABLE_FEATURE_LS_WIDTH,