Home
last modified time | relevance | path

Searched defs: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
1464 # define syntax_error_unterm_str(s) syntax_error_unterm_str(__LINE__, s) macro