Lines Matching refs:SYNTAX
100 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); }
242 if (safe) SYNTAX("cmd | getline is unsafe");
245 if (safe) SYNTAX("cmd | getline is unsafe");
296 if (safe) SYNTAX("print | is unsafe");
299 if (safe) SYNTAX("print >> is unsafe");
302 if (safe) SYNTAX("print > is unsafe");
308 | error { yyclearin; SYNTAX("illegal statement"); }
317 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
330 SYNTAX("next is illegal inside a function");
333 SYNTAX("nextfile is illegal inside a function");
379 { SYNTAX("index() doesn't permit regular expressions");
450 SYNTAX("%s is an array, not a function", p->nval);
452 SYNTAX("you can't define function %s more than once", p->nval);
482 SYNTAX("duplicate argument %s", s);