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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c28 USE_FEATURE_GREP_CONTEXT("A:B:C:") \
52 USE_FEATURE_GREP_CONTEXT( OPTBIT_A ,) /* -A NUM: after-match context */ enumerator in enum:__anon11280
53 USE_FEATURE_GREP_CONTEXT( OPTBIT_B ,) /* -B NUM: before-match context */
54 USE_FEATURE_GREP_CONTEXT( OPTBIT_C ,) /* -C NUM: -A and -B combined */
73 OPT_A = USE_FEATURE_GREP_CONTEXT( (1 << OPTBIT_A)) + 0,
74 OPT_B = USE_FEATURE_GREP_CONTEXT( (1 << OPTBIT_B)) + 0,
75 OPT_C = USE_FEATURE_GREP_CONTEXT( (1 << OPTBIT_C)) + 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dusage.h1163 USE_FEATURE_GREP_CONTEXT("ABC") \
1188 USE_FEATURE_GREP_CONTEXT( \
H A Dautoconf.h1145 #define USE_FEATURE_GREP_CONTEXT(...) __VA_ARGS__ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DConfig.h1145 #define USE_FEATURE_GREP_CONTEXT(...) __VA_ARGS__ macro

Completed in 104 milliseconds