Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1383 # define syntax_error(lineno, msg) syntax_error(msg) macro
1412 static void syntax_error(unsigned lineno UNUSED_PARAM, const char *msg) in syntax_error() function
1461 # define syntax_error(msg) syntax_error(__LINE__, msg) macro
/busybox-1.35.0/editors/
Dawk.c670 static void syntax_error(const char *message) in syntax_error() function