Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c305 #define TS_CONCAT_L (TC_VARIABLE | TC_ARRTERM | TC_RPAREN \ macro
1270 (last_token_class & TS_CONCAT_L), (tc & TS_CONCAT_R), (expected & TS_BINOP), in next_token()
1272 if ((last_token_class & TS_CONCAT_L) && (tc & TS_CONCAT_R) && (expected & TS_BINOP) in next_token()