Searched refs:last_token (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/bin/sh/
H A Darithmetic.c74 static int last_token; variable
218 if (last_token != ARITH_RPAREN)
220 last_token = arith_token();
223 last_token = op;
228 last_token = arith_token();
236 last_token = op;
254 last_token = arith_token();
285 op2 = last_token;
289 op2 = last_token;
307 op = last_token;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmacroexp.c69 int last_token = -1;
121 last_token = src.last_token;
220 tok->last_token = 0;
500 does. Initialize TOK's last_token field. Return non-zero if we
575 at the beginning of DEST. SRC and DEST must have their last_token
576 fields set. Upon return, DEST's last_token field is set correctly.
595 gdb_assert (src->last_token != -1);
596 gdb_assert (dest->last_token != -1);
604 if (dest->last_token
68 int last_token = -1; member in struct:macro_buffer
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmacroexp.c52 int last_token = -1;
102 int last_token = -1;
208 tok->last_token = 0;
488 into the same string SRC does. Initialize TOK's last_token field.
562 at the beginning of DEST. SRC and DEST must have their last_token
563 fields set. Upon return, DEST's last_token field is set correctly.
582 gdb_assert (src->last_token != -1);
583 gdb_assert (dest->last_token != -1);
591 if (dest->last_token == original_dest_len)
593 dest->last_token
51 int last_token = -1; member in struct:shared_macro_buffer
101 int last_token = -1; member in struct:growable_macro_buffer
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.h89 in this lexer are [buffer, last_token). */
90 cp_token_position GTY ((skip)) last_token;
H A Dparser.c664 lexer->last_token = lexer->next_token
696 lexer->last_token = last;
717 lexer->last_token->type = lexer->saved_type;
718 lexer->last_token->keyword = lexer->saved_keyword;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h90 in this lexer are [buffer, last_token). */
91 cp_token_position GTY ((skip)) last_token;
H A Dparser.cc668 lexer->last_token = lexer->next_token
715 lexer->last_token = last;
723 && !lexer->last_token->purged_p);
737 lexer->last_token->type = lexer->saved_type;
738 lexer->last_token->keyword = lexer->saved_keyword;
12041 lexer->last_token = lexer->next_token
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/refer/
H A Dref.cpp792 const char *last_token = end; local
797 last_token = p;
799 return end - last_token == 1
800 && (*last_token == '.' || *last_token == '!' || *last_token == '?');
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.c487 TOK822 *last_token; local
497 if ((first_token = tok822_scan_limit(str, &last_token, tok_count_limit)) == 0)
508 GLUE(last_token, tail);
/netbsd-current/usr.bin/fgen/
H A Dfgen.l1083 const char *last_token = "";
1262 last_token = fcode->name;
1272 depth(), last_token);
1274 last_token = "";
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c1992 static token_type_ty last_token; variable
2368 && (last_token == token_type_semicolon
2369 || last_token == token_type_rbrace)
2890 last_token = token_type_semicolon; /* Safe assumption. */
2900 last_token = tp->type;
3005 last_token = token_type_keyword_symbol;
3414 last_token = token_type_semicolon;

Completed in 377 milliseconds