Lines Matching refs:SYNTAX
133 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); }
275 if (safe) SYNTAX("cmd | getline is unsafe");
278 if (safe) SYNTAX("cmd | getline is unsafe");
329 if (safe) SYNTAX("print | is unsafe");
332 if (safe) SYNTAX("print >> is unsafe");
335 if (safe) SYNTAX("print > is unsafe");
341 | error { yyclearin; SYNTAX("illegal statement"); }
350 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
352 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
363 SYNTAX("next is illegal inside a function");
366 SYNTAX("nextfile is illegal inside a function");
412 { SYNTAX("index() doesn't permit regular expressions");
484 SYNTAX("%s is an array, not a function", p->nval);
486 SYNTAX("you can't define function %s more than once", p->nval);
521 SYNTAX("duplicate argument %s", s);