Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c228 #define TC_GETLINE (1 << 21) /* 'getline' */ macro
263 if (n & TC_GETLINE ) debug_printf_parse(" GETLINE" ); in debug_parse_print_tc()
282 | TC_BUILTIN | TC_LENGTH | TC_GETLINE \
290 | TC_BUILTIN | TC_LENGTH | TC_GETLINE \
1389 next_token(TC_GETLINE); in parse_expr()
1471 case TC_GETLINE: in parse_expr()