Searched refs:last_token (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/bin/sh/ |
| H A D | arithmetic.c | 74 static int last_token; variable 218 if (last_token != ARITH_RPAREN) in primary() 220 last_token = arith_token(); in primary() 223 last_token = op; in primary() 228 last_token = arith_token(); in primary() 236 last_token = op; in primary() 254 last_token = arith_token(); in primary() 285 op2 = last_token; in binop2() 289 op2 = last_token; in binop2() 307 op = last_token; in binop() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/refer/ |
| H A D | ref.cpp | 792 const char *last_token = end; in is_terminated() local 797 last_token = p; in is_terminated() 799 return end - last_token == 1 in is_terminated() 800 && (*last_token == '.' || *last_token == '!' || *last_token == '?'); in is_terminated()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | tok822_parse.c | 487 TOK822 *last_token; in tok822_parse_limit() local 497 if ((first_token = tok822_scan_limit(str, &last_token, tok_count_limit)) == 0) in tok822_parse_limit() 508 GLUE(last_token, tail); in tok822_parse_limit()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-perl.c | 1992 static token_type_ty last_token; variable 2368 && (last_token == token_type_semicolon in x_perl_prelex() 2369 || last_token == token_type_rbrace) in x_perl_prelex() 2890 last_token = token_type_semicolon; /* Safe assumption. */ in extract_balanced() 2900 last_token = tp->type; in extract_balanced() 3005 last_token = token_type_keyword_symbol; in extract_balanced() 3414 last_token = token_type_semicolon; in extract_perl()
|
| H A D | ChangeLog | 3673 * x-perl.c (extract_balanced): Access the global last_token. 3674 Initialize last_token and prefer_division_over_regexp here. 4029 (linebuf, linesize, linepos, linebuf_size, last_token, here_eaten,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.h | 91 cp_token_position GTY ((skip)) last_token;
|
| H A D | parser.cc | 667 lexer->last_token = lexer->next_token in cp_lexer_new_main() 714 lexer->last_token = last; in cp_lexer_new_from_tokens() 722 && !lexer->last_token->purged_p); in cp_lexer_new_from_tokens() 736 lexer->last_token->type = lexer->saved_type; in cp_lexer_destroy() 737 lexer->last_token->keyword = lexer->saved_keyword; in cp_lexer_destroy() 12039 lexer->last_token = lexer->next_token in cp_parser_handle_statement_omp_attributes() 45770 lexer->last_token = lexer->next_token in cp_parser_late_parsing_omp_declare_simd()
|
| H A D | ChangeLog-2004 | 1060 next_token and last_token cp_token_position. Make saved_tokens a
|
| H A D | ChangeLog-2019 | 1391 (cp_lexer_new_main): Always init last_token to last token of
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.h | 90 cp_token_position GTY ((skip)) last_token;
|
| H A D | parser.c | 663 lexer->last_token = lexer->next_token in cp_lexer_new_main() 695 lexer->last_token = last; in cp_lexer_new_from_tokens() 716 lexer->last_token->type = lexer->saved_type; in cp_lexer_destroy() 717 lexer->last_token->keyword = lexer->saved_keyword; in cp_lexer_destroy()
|
| /netbsd-src/usr.bin/fgen/ |
| H A D | fgen.l | 1083 const char *last_token = ""; 1262 last_token = fcode->name; 1272 depth(), last_token); 1274 last_token = "";
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 27342 * cpphash.c (collect_expansion): Make sure to reset last_token
|