Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1384 # define syntax_error_at(lineno, msg) syntax_error_at(msg) macro
1421 static void syntax_error_at(unsigned lineno UNUSED_PARAM, const char *msg) in syntax_error_at() function
1462 # define syntax_error_at(msg) syntax_error_at(__LINE__, msg) macro