Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1386 # define syntax_error_unterm_str(lineno, s) syntax_error_unterm_str(s) macro
1427 static void syntax_error_unterm_str(unsigned lineno UNUSED_PARAM, const char *s) in syntax_error_unterm_str() function
1437 syntax_error_unterm_str(lineno, msg); in syntax_error_unterm_ch()
1457 # undef syntax_error_unterm_str
1464 # define syntax_error_unterm_str(s) syntax_error_unterm_str(__LINE__, s) macro
5090 syntax_error_unterm_str("${name}"); in parse_dollar()
5434 syntax_error_unterm_str("here document"); in parse_stream()