Home
last modified time | relevance | path

Searched refs:TOK_COLON (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/monotone/monotone-1.1/src/
H A Drcs_file.cc205 TOK_COLON, enumerator
256 return TOK_COLON; in get_token()
330 case TOK_COLON: in tt2str()
368 void colon() { eat(TOK_COLON); } in colon()
383 || ttype == TOK_COLON); in wordp()
/dports/cad/stepcode/stepcode-0.8/src/express/
H A Dexpparse.y386 aggregate_init_element(C) TOK_COLON expression(D).
409 aggregate_type(A) ::= TOK_AGGREGATE TOK_COLON TOK_IDENTIFIER(B) TOK_OF
598 case_action(A) ::= case_labels(B) TOK_COLON statement(C).
645 case_otherwise(A) ::= TOK_OTHERWISE TOK_COLON statement(B).
724 derived_attribute(A) ::= attribute_decl(B) TOK_COLON attribute_type(C)
876 explicit_attribute(A) ::= attribute_decl_list(B) TOK_COLON optional(C)
1063 formal_parameter(A) ::= var(B) id_list(C) TOK_COLON parameter_type(D).
1144 function_header(A) ::= fh_lineno(B) fh_push_scope fh_plist TOK_COLON
1264 generic_type(A) ::= TOK_GENERIC TOK_COLON TOK_IDENTIFIER(B).
1598 local_variable ::= id_list(A) TOK_COLON parameter_type(B) semicolon.
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dconstexp.y41 %token TOK_COLON
84 TOK_COLON logical_or_expression
H A Dconstexp.l63 ":" { return TOK_COLON; }
/dports/devel/icu/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/devel/icu-lx/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/www/node10/node-v10.24.1/deps/icu-small/source/tools/genrb/
H A Dread.h36 TOK_COLON, /* A colon */ enumerator
/dports/security/clamav/clamav-0.104.2/libclamav/jsparse/
H A Doperators.gperf33 :, TOK_COLON
/dports/security/clamav-lts/clamav-0.103.5/libclamav/jsparse/
H A Doperators.gperf33 :, TOK_COLON
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/rpcgen/
H A Drpc_scan.h60 TOK_COLON, enumerator
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dstmt.c120 if (CurTok.Tok == TOK_COLON || CurTok.Tok == TOK_COMMA) { in CheckSemi()
581 while (CurTok.Tok == TOK_IDENT && NextTok.Tok == TOK_COLON) { in Statement()
/dports/net/megatools/megatools-1.10.3/lib/
H A Dsjson.c32 TOK_COLON, enumerator
254 if (token != TOK_COLON) in s_json_is_valid_inner()
393 if (s_json_get_token(colon, NULL, &val) != TOK_COLON) in s_json_get_member_first()
420 if (s_json_get_token(colon, NULL, &val) != TOK_COLON) in s_json_get_member_next()
1120 else if (token == TOK_COLON) in s_json_pretty()
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-js/
H A Djstypes.h35 TOK_HOOK = 5, TOK_COLON = 6, /* conditional (?:) */ enumerator
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/js-parser/
H A Djstypes.h35 TOK_HOOK = 5, TOK_COLON = 6, /* conditional (?:) */ enumerator
/dports/textproc/p5-RDF-Core/RDF-Core-0.51/lib/RDF/Core/
H A DQuery.pm75 use constant TOK_COLON => 'TOK_COLON'; constant
263 $retVal->{type} = TOK_COLON;
523 unless ($tokens->[$i+1]->{type} eq TOK_COLON) {
534 unless ($tokens->[$i+1]->{type} eq TOK_COLON) {
777 } elsif ($token->{type} eq TOK_COLON) {
/dports/cad/stepcode/stepcode-0.8/src/express/generated/
H A Dexpparse.h30 #define TOK_COLON 30 macro

123456