Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c657 static const char EMSG_UNEXP_TOKEN[] ALIGN1 = "Unexpected token"; variable
1172 syntax_error(EMSG_UNEXP_TOKEN); in next_token()
1212 syntax_error(EMSG_UNEXP_TOKEN); /* no */ in next_token()
1288 EMSG_UNEXP_EOS : EMSG_UNEXP_TOKEN); in next_token()
1371 if (!vn->a.n) syntax_error(EMSG_UNEXP_TOKEN); in parse_expr()
1640 syntax_error(EMSG_UNEXP_TOKEN); in chain_group()
1751 syntax_error(EMSG_UNEXP_TOKEN); in parse_program()