Searched refs:COLON (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dop.h93 COLON, enumerator in enum:__anon13873
H A Dtree.c159 { COLON, { 1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,
650 case COLON:
1039 if (rn->tn_op != COLON)
1042 case COLON:
2505 * Create a node for COLON.
2538 error(138, modtab[COLON].m_name);
2577 ntn = mktnode(COLON, rtp, ln, rn);
3423 } else if (tn->tn_op == COLON || tn->tn_op == COMMA) {
3633 case COLON:
3646 * context for both operands of COLON
[all...]
H A Dcgram.y1570 $$ = build(QUEST, $1, build(COLON, $3, $5));
/freebsd-11-stable/sbin/dhclient/
H A Ddhctoken.h49 #define COLON ':' macro
H A Dparse.c153 * csns :== NUMBER | csns COLON NUMBER
190 t = parse_numeric_aggregate(cfile, NULL, &hlen, COLON, 16, 8);
430 * NUMBER COLON NUMBER COLON NUMBER SEMI
517 if (token != COLON) {
536 if (token != COLON) {
H A Dclparse.c321 if (token == COLON)
323 } while (token == COLON);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsmap.c44 DIGIT, DIGIT, COLON, SEMI, IDCHAR, IDCHAR, IDCHAR, IDCHAR,
H A Drcssyn.c279 if (!getlex(COLON))
297 if (!getlex(COLON))
H A Drcslex.c384 case COLON:
572 case COLON: case DIGIT: case LETTER: case Letter:
1543 case COLON:
1544 VOID printf("COLON"); break;
H A Drcsbase.h324 /* tokens */ COLON, ID, NUM, SEMI, STRING enumerator in enum:tokens
/freebsd-11-stable/stand/ficl/
H A Dtools.c139 return ((wk != COLON) && (wk != DOES));
312 case COLON:
392 case COLON:
453 case COLON:
H A Dficl.h1084 COLON, enumerator in enum:__anon4926
H A Dwords.c4796 {COLON, colonParen},
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex206 COLON \:
218 server{COLON} { YDVAR(0, VAR_SERVER) }
219 qname-minimisation{COLON} { YDVAR(1, VAR_QNAME_MINIMISATION) }
220 qname-minimisation-strict{COLON} { YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
221 num-threads{COLON} { YDVAR(1, VAR_NUM_THREADS) }
222 verbosity{COLON} { YDVAR(1, VAR_VERBOSITY) }
223 port{COLON} { YDVAR(1, VAR_PORT) }
224 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) }
225 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
226 outgoing-port-avoid{COLON} { YDVA
[all...]
H A Dconfigparser.y70 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h79 OP(COLON, ":") \

Completed in 442 milliseconds