Searched defs:syntax_error (Results 1 – 2 of 2) sorted by relevance
1383 # define syntax_error(lineno, msg) syntax_error(msg) macro1412 static void syntax_error(unsigned lineno UNUSED_PARAM, const char *msg) in syntax_error() function1461 # define syntax_error(msg) syntax_error(__LINE__, msg) macro
670 static void syntax_error(const char *message) in syntax_error() function