Home
last modified time | relevance | path

Searched refs: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
1455 # undef syntax_error_at
1462 # define syntax_error_at(msg) syntax_error_at(__LINE__, msg) macro
4035 syntax_error_at(ctx->word.data); in reserved_word()
4234 syntax_error_at(ctx->word.data); in done_word()