Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dswaponoff.c135 OPTBIT_e, /* -e ifexists */ enumerator
139 OPT_e = 1 << OPTBIT_e,
/busybox-1.35.0/findutils/
Dgrep.c128 OPTBIT_e, /* -e PATTERN */ enumerator
152 OPT_e = 1 << OPTBIT_e,
/busybox-1.35.0/editors/
Dawk.c86 IF_FEATURE_AWK_GNU_EXTENSIONS(OPTBIT_e,) /* -e AWK_PROGRAM */
91 OPT_e = IF_FEATURE_AWK_GNU_EXTENSIONS((1 << OPTBIT_e)) + 0,