Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c577 char *t_string; member
644 #define t_string (G.t_string ) macro
1130 char *s = t_string = ++p; in next_token()
1142 debug_printf_parse("%s: token found:'%s' TC_STRING\n", __func__, t_string); in next_token()
1145 char *s = t_string = ++p; in next_token()
1164 debug_printf_parse("%s: token found:'%s' TC_REGEXP\n", __func__, t_string); in next_token()
1214 t_string = p; in next_token()
1239 debug_printf_parse("%s: token found:'%s' TC_FUNCTION\n", __func__, t_string); in next_token()
1243 debug_printf_parse("%s: token found:'%s' TC_ARRAY\n", __func__, t_string); in next_token()
1246 debug_printf_parse("%s: token found:'%s' TC_VARIABLE\n", __func__, t_string); in next_token()
[all …]