Searched refs:OPT_B (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dgrep.c74 OPT_B = USE_FEATURE_GREP_CONTEXT( (1 << OPTBIT_B)) + 0, enumerator in enum:__anon11236
402 if (!(option_mask32 & OPT_B)) /* not overridden */
404 option_mask32 |= OPT_A|OPT_B; /* for parser */
409 if (option_mask32 & OPT_B) {

Completed in 38 milliseconds