OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:token2
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-smalltalk.c
461
token_ty
token2
;
local
463
phase2_get (&
token2
);
464
if (
token2
.type == token_type_symbol
465
||
token2
.type == token_type_string_literal)
468
tp->string =
token2
.string;
471
phase2_unget (&
token2
);
x-csharp.c
1775
token_ty
token2
;
local
1777
phase6_get (&
token2
);
1778
if (
token2
.type == token_type_plus)
1799
free_token (&
token2
);
1806
phase6_unget (&
token2
);
1910
token_ty
token2
;
local
1912
x_csharp_lex (&
token2
);
1913
if (
token2
.type == token_type_dot)
1930
free_token (&
token2
);
1935
x_csharp_unlex (&
token2
);
[
all
...]
x-java.c
1085
token_ty
token2
;
local
1087
phase5_get (&
token2
);
1088
if (
token2
.type == token_type_plus)
1109
free_token (&
token2
);
1116
phase5_unget (&
token2
);
1221
token_ty
token2
;
local
1223
x_java_lex (&
token2
);
1224
if (
token2
.type == token_type_dot)
1241
free_token (&
token2
);
1246
x_java_unlex (&
token2
);
[
all
...]
/src/external/gpl2/xcvs/dist/lib/
regcomp.c
3045
re_token_t
token2
;
3071
token_len2 = peek_token_bracket (&
token2
, regexp, syntax);
3072
if (BE (
token2
.type == END_OF_RE, 0))
3077
if (
token2
.type == OP_CLOSE_BRACKET)
3091
ret = parse_bracket_element (&end_elem, regexp, &
token2
, token_len2,
3282
re_token_t
token2
;
3283
(void) peek_token_bracket (&
token2
, regexp, syntax);
3284
if (
token2
.type != OP_CLOSE_BRACKET)
3036
re_token_t
token2
;
local
3273
re_token_t
token2
;
local
/src/external/gpl3/gcc/dist/gcc/cp/
parser.cc
1207
const cp_token *
token2
= cp_lexer_peek_nth_token (lexer, 2);
1208
if (is_pack_element &&
token2
->type != CPP_LESS)
1210
if (!is_pack_element &&
token2
->type != CPP_OPEN_PAREN)
3120
cp_token *
token2
= cp_lexer_peek_nth_token (lexer, 2);
3121
if (
token2
->type != tok1_kind)
15434
cp_token *
token2
= (token1->type == CPP_EOF
15509
token2
= t2;
15529
&& cp_parser_is_pure_string_literal (
token2
))
15537
if (
token2
->type == CPP_LESS
15541
else if (
token2
->type == CPP_LESS
1206
const cp_token *
token2
= cp_lexer_peek_nth_token (lexer, 2);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc
916
c_token *
token2
= c_parser_peek_2nd_token (parser);
917
if (
token2
->type != tok1_kind)
914
c_token *
token2
= c_parser_peek_2nd_token (parser);
local
/src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc
978
c_token *
token2
= c_parser_peek_2nd_token (parser);
979
if (
token2
->type != tok1_kind)
976
c_token *
token2
= c_parser_peek_2nd_token (parser);
local
Completed in 111 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026