Home
last modified time | relevance | path

Searched defs:syntax_error_unexpected_ch (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c1387 # define syntax_error_unexpected_ch(lineno, ch) syntax_error_unexpected_ch(ch) macro
1440 static void syntax_error_unexpected_ch(unsigned lineno UNUSED_PARAM, int ch) in syntax_error_unexpected_ch() function
1465 # define syntax_error_unexpected_ch(ch) syntax_error_unexpected_ch(__LINE__, ch) macro