Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c11713 tokname(char *buf, int tok) in tokname() function
11734 l = sprintf(msg, "unexpected %s", tokname(buf, lasttoken)); in raise_error_unexpected_syntax()
11736 sprintf(msg + l, " (expecting %s)", tokname(buf, token)); in raise_error_unexpected_syntax()