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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c130 #define TC_REGEXP (1 << 2) /* /.../ */ macro
179 #define TC_OPSEQ (TC_OPERAND | TC_UOPPRE | TC_REGEXP)
959 } else if ((expected & TC_REGEXP) && *p == '/') {
977 tc = TC_REGEXP;
1114 xtc = TC_OPERAND | TC_UOPPRE | TC_REGEXP | iexp;
1137 xtc = TC_OPERAND | TC_UOPPRE | TC_REGEXP;
1157 xtc = TC_OPERAND | TC_UOPPRE | TC_REGEXP;
1158 if (tc & (TC_OPERAND | TC_REGEXP)) {
1189 case TC_REGEXP:

Completed in 86 milliseconds