Searched defs:syntax_error_unexpected_ch (Results 1 – 1 of 1) sorted by relevance
1387 # define syntax_error_unexpected_ch(lineno, ch) syntax_error_unexpected_ch(ch) macro1440 static void syntax_error_unexpected_ch(unsigned lineno UNUSED_PARAM, int ch) in syntax_error_unexpected_ch() function1465 # define syntax_error_unexpected_ch(ch) syntax_error_unexpected_ch(__LINE__, ch) macro