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

/openbsd-current/usr.bin/awk/
H A Dawkgram.y102 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); }
246 if (safe) SYNTAX("cmd | getline is unsafe");
249 if (safe) SYNTAX("cmd | getline is unsafe");
300 if (safe) SYNTAX("print | is unsafe");
303 if (safe) SYNTAX("print >> is unsafe");
306 if (safe) SYNTAX("print > is unsafe");
312 | error { yyclearin; SYNTAX("illegal statement"); }
321 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
323 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
334 SYNTAX("nex
[all...]
H A Dlex.c343 SYNTAX( "unexpected end of input after $" );
352 SYNTAX( "extra }" );
357 SYNTAX( "extra ]" );
361 SYNTAX( "extra )" );
399 SYNTAX( "non-terminated string %.10s...", buf );
529 SYNTAX( "system is unsafe" );
533 SYNTAX( "illegal nested function" );
537 SYNTAX( "return not in function" );
580 SYNTAX( "newline in regular expression %.10s...", buf );
615 SYNTAX("no
[all...]
H A Dparse.c216 SYNTAX( "%s is a function, not an array", cp->nval );
236 SYNTAX( "limited to %d pat,pat statements", PA2NUM );
263 SYNTAX( "`%s' is an array name and a function name", v->nval );
267 SYNTAX( "`%s' is both function name and argument name", v->nval );
H A Dproto.h137 extern void SYNTAX(const char *, ...)
H A Dlib.c676 SYNTAX("%s", s);
679 void SYNTAX(const char *fmt, ...) function
H A Dtran.c583 SYNTAX( "newline in string %.20s...", is );
/openbsd-current/usr.sbin/ldapd/
H A Dschema.c786 } else if (strcasecmp(kw, "SYNTAX") == 0) {
1304 if (strlcat(buf, " SYNTAX ", size) >= size ||
1348 strlcat(buf, "' SYNTAX ", size) >= size ||
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c174 #define SYNTAX(c) re_syntax_table[c] macro
1053 The argument SYNTAX is a bit mask comprised of the various bits
1847 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1856 `syntax' is set to SYNTAX;
3302 if (SYNTAX (j) == Sword)
3309 if (SYNTAX (j) != Sword)
3379 if (SYNTAX (j) == Sword)
3394 if (SYNTAX (j) != Sword)
3446 if (SYNTAX (j) == (enum syntaxcode) k)
3459 if (SYNTAX (
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y298 %token STRING SUPPORTS SYNTAX TAGS TEXTUALCONVENTION TRAPTYPE TRUE
555 | descriptor OBJECTTYPE SYNTAX syntax unitspart
583 STATUS status DESCRIPTION TEXT referpart SYNTAX syntax {
784 modulesyntaxpart : SYNTAX syntax
1084 { "SYNTAX", SYNTAX },
1096 { "WRITE-SYNTAX", WRITESYNTAX },
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c185 # define SYNTAX(c) re_syntax_table[c] macro
928 The argument SYNTAX is a bit mask comprised of the various bits
1753 /* `regex_compile' compiles PATTERN (of length SIZE) according to SYNTAX.
1762 `syntax' is set to SYNTAX;
3188 if (SYNTAX (j) == Sword)
3195 if (SYNTAX (j) != Sword)
3225 if (SYNTAX (j) == (enum syntaxcode) k)
3233 if (SYNTAX (j) != (enum syntaxcode) k)
3633 (SYNTAX ((d) == end1 ? *string2 \
5035 /* Can't use *d++ here; SYNTAX ma
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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 241 milliseconds