Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Dawkgram.y100 | 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");
[all …]
Dlex.c318 SYNTAX( "unexpected end of input after $" ); in yylex()
327 SYNTAX( "extra }" ); in yylex()
332 SYNTAX( "extra ]" ); in yylex()
336 SYNTAX( "extra )" ); in yylex()
373 SYNTAX( "non-terminated string %.10s...", buf ); in string()
468 SYNTAX( "system is unsafe" ); in word()
472 SYNTAX( "illegal nested function" ); in word()
476 SYNTAX( "return not in function" ); in word()
518 SYNTAX( "newline in regular expression %.10s...", buf ); in regexpr()
530 SYNTAX("non-terminated regular expression %.10s...", buf); in regexpr()
Dparse.c192 SYNTAX( "%s is a function, not an array", cp->nval ); in makearr()
212 SYNTAX( "limited to %d pat,pat statements", PA2NUM ); in pa2stat()
239 SYNTAX( "`%s' is an array name and a function name", v->nval ); in defn()
243 SYNTAX( "`%s' is both function name and argument name", v->nval ); in defn()
Dproto.h139 extern void SYNTAX(const char *, ...);
Dlib.c494 SYNTAX("%s", s); in yyerror()
497 void SYNTAX(const char *fmt, ...) in SYNTAX() function
Dtran.c421 SYNTAX( "newline in string %.20s...", os ); in qstring()
DFIXES92 call of SYNTAX(), test malloc return in lib.c, all with thanks to