Home
last modified time | relevance | path

Searched refs:raise_error_unexpected_syntax (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c11726 static void raise_error_unexpected_syntax(int) NORETURN;
11728 raise_error_unexpected_syntax(int token) in raise_error_unexpected_syntax() function
11814 raise_error_unexpected_syntax(-1); in list()
11932 raise_error_unexpected_syntax(-1); in parsefname()
11988 raise_error_unexpected_syntax(TWORD); in simplecmd()
12046 raise_error_unexpected_syntax(-1); in simplecmd()
12066 raise_error_unexpected_syntax(TRP); in simplecmd()
12119 raise_error_unexpected_syntax(-1); in parse_command()
12126 raise_error_unexpected_syntax(TTHEN); in parse_command()
12135 raise_error_unexpected_syntax(TTHEN); in parse_command()
[all …]