Searched refs:SYNTAX (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/one-true-awk/
H A 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("nex
[all...]
H A Dlex.c318 SYNTAX( "unexpected end of input after $" );
327 SYNTAX( "extra }" );
332 SYNTAX( "extra ]" );
336 SYNTAX( "extra )" );
373 SYNTAX( "non-terminated string %.10s...", buf );
468 SYNTAX( "system is unsafe" );
472 SYNTAX( "illegal nested function" );
476 SYNTAX( "return not in function" );
518 SYNTAX( "newline in regular expression %.10s...", buf );
530 SYNTAX("no
[all...]
H A Dparse.c192 SYNTAX( "%s is a function, not an array", cp->nval );
212 SYNTAX( "limited to %d pat,pat statements", PA2NUM );
239 SYNTAX( "`%s' is an array name and a function name", v->nval );
243 SYNTAX( "`%s' is both function name and argument name", v->nval );
H A Dproto.h134 extern void SYNTAX(const char *, ...);
H A Dlib.c504 SYNTAX("%s", s);
507 void SYNTAX(const char *fmt, ...) function
H A Dtran.c425 SYNTAX( "newline in string %.20s...", os );
H A DFIXES178 call of SYNTAX(), test malloc return in lib.c, all with thanks to
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dlex.l70 ABSTRACT-SYNTAX { return kw_ABSTRACT_SYNTAX; }
134 SYNTAX { return kw_SYNTAX; }
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1327 The argument SYNTAX is a bit mask comprised of the various bits
2267 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2276 `syntax' is set to SYNTAX;
4684 if (SYNTAX (j) == Sword)
4691 if (SYNTAX (j) != Sword)
4721 if (SYNTAX (j) == (enum syntaxcode) k)
4729 if (SYNTAX (j) != (enum syntaxcode) k)
5315 /* Use internationalized API instead of SYNTAX. */
5323 (SYNTAX ((
297 # define SYNTAX macro
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c299 # define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
1327 The argument SYNTAX is a bit mask comprised of the various bits
2267 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
2276 `syntax' is set to SYNTAX;
4684 if (SYNTAX (j) == Sword)
4691 if (SYNTAX (j) != Sword)
4721 if (SYNTAX (j) == (enum syntaxcode) k)
4729 if (SYNTAX (j) != (enum syntaxcode) k)
5315 /* Use internationalized API instead of SYNTAX. */
5323 (SYNTAX ((
297 # define SYNTAX macro
[all...]

Completed in 158 milliseconds