Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c227 #define TC_LENGTH (1 << 20) /* 'length' */ macro
262 if (n & TC_LENGTH ) debug_printf_parse(" LENGTH" ); in debug_parse_print_tc()
282 | TC_BUILTIN | TC_LENGTH | TC_GETLINE \
290 | TC_BUILTIN | TC_LENGTH | TC_GETLINE \
307 | TC_LENGTH)
1271 !(last_token_class == TC_LENGTH && tc == TC_LPAREN)); in next_token()
1273 && !(last_token_class == TC_LENGTH && tc == TC_LPAREN) /* but not for "length(..." */ in next_token()
1482 case TC_LENGTH: in parse_expr()