Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c308 #define TS_CONCAT_R (TS_OPERAND | TS_UOPPRE) 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()