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

/freebsd-10-stable/usr.bin/csup/
H A Drcsparse.h37 #define COLON 6 macro
H A Drcstokenizer.l70 : { return (COLON); }
H A Drcsparse.c159 asserttoken(sp, COLON);
174 asserttoken(sp, COLON);
212 token == COLON) {
280 token == COLON) {
343 token == COLON) {
H A Dlex.rcs.c918 { return (COLON); }
/freebsd-10-stable/sbin/dhclient/
H A Ddhctoken.h45 #define COLON ':' macro
H A Dparse.c151 * csns :== NUMBER | csns COLON NUMBER
187 t = parse_numeric_aggregate(cfile, NULL, &hlen, COLON, 16, 8);
426 * NUMBER COLON NUMBER COLON NUMBER SEMI
513 if (token != COLON) {
532 if (token != COLON) {
H A Dclparse.c319 if (token == COLON)
321 } while (token == COLON);
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dop.h93 COLON, enumerator in enum:__anon12039
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-10-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-10-stable/sys/boot/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:__anon6381
H A Dwords.c4784 {COLON, colonParen},
/freebsd-10-stable/contrib/unbound/util/
H A Dconfiglexer.lex197 COLON \:
209 server{COLON} { YDVAR(0, VAR_SERVER) }
210 qname-minimisation{COLON} { YDVAR(1, VAR_QNAME_MINIMISATION) }
211 num-threads{COLON} { YDVAR(1, VAR_NUM_THREADS) }
212 verbosity{COLON} { YDVAR(1, VAR_VERBOSITY) }
213 port{COLON} { YDVAR(1, VAR_PORT) }
214 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) }
215 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
216 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
217 outgoing-num-tcp{COLON} { YDVA
[all...]
H A Dconfigparser.y68 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h79 OP(COLON, ":") \

Completed in 228 milliseconds