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

/freebsd-10.0-release/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.0-release/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.0-release/usr.bin/xlint/lint1/
H A Dop.h93 COLON, enumerator in enum:__anon11527
H A Dtree.c159 { COLON, { 1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,
630 case COLON:
1012 if (rn->tn_op != COLON)
1015 case COLON:
2404 * Create a node for COLON.
2437 error(138, modtab[COLON].m_name);
2476 ntn = mktnode(COLON, rtp, ln, rn);
3317 } else if (tn->tn_op == COLON || tn->tn_op == COMMA) {
3527 case COLON:
3540 * context for both operands of COLON
[all...]
H A Dcgram.y1494 $$ = build(QUEST, $1, build(COLON, $3, $5));
/freebsd-10.0-release/contrib/unbound/util/
H A Dconfigparser.h5 #define COLON 261 macro
H A Dconfiglexer.lex162 COLON \:
174 server{COLON} { YDVAR(0, VAR_SERVER) }
175 num-threads{COLON} { YDVAR(1, VAR_NUM_THREADS) }
176 verbosity{COLON} { YDVAR(1, VAR_VERBOSITY) }
177 port{COLON} { YDVAR(1, VAR_PORT) }
178 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) }
179 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
180 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
181 outgoing-num-tcp{COLON} { YDVAR(1, VAR_OUTGOING_NUM_TCP) }
182 incoming-num-tcp{COLON} { YDVA
[all...]
H A Dconfigparser.y68 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
H A Dconfigparser.c91 #define COLON 261 macro
514 "COMMENT","COLON","ANY","ZONESTR","STRING_ARG","VAR_SERVER","VAR_VERBOSITY",
/freebsd-10.0-release/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.0-release/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:__anon6042
H A Dwords.c4784 {COLON, colonParen},
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h79 OP(COLON, ":") \

Completed in 174 milliseconds