Home
last modified time | relevance | path

Searched refs:last_token (Results 1 – 9 of 9) sorted by relevance

/trueos/contrib/gdb/gdb/
HDmacroexp.c69 int last_token; member
94 b->last_token = -1; in init_buffer()
107 buf->last_token = -1; in init_shared_buffer()
210 tok->last_token = 0; in set_token()
560 gdb_assert (src->last_token != -1); in append_tokens_without_splicing()
561 gdb_assert (dest->last_token != -1); in append_tokens_without_splicing()
569 if (dest->last_token == original_dest_len) in append_tokens_without_splicing()
571 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()
578 dest->text + dest->last_token, in append_tokens_without_splicing()
579 dest->len - dest->last_token); in append_tokens_without_splicing()
[all …]
/trueos/bin/sh/
HDarith_yacc.c62 static int last_token; variable
176 if (last_token != ARITH_RPAREN) in primary()
178 last_token = yylex(); in primary()
181 last_token = op; in primary()
184 last_token = op; in primary()
218 op2 = last_token; in binop2()
222 op2 = last_token; in binop2()
239 op = last_token; in binop()
251 op = last_token; in and()
268 op = last_token; in or()
[all …]
/trueos/usr.bin/indent/
HDlexi.c339 && (ps.last_token == rparen || ps.last_token == semicolon || in lexi()
340 ps.last_token == decl || in lexi()
341 ps.last_token == lbrace || ps.last_token == rbrace)) { in lexi()
HDindent.c108 ps.last_token = semicolon; in main()
499 if (ps.last_token != comma || ps.p_l_follow > 0 in main()
510 (ps.last_token != ident || proc_calls_space in main()
514 if (troff && !ps.dumped_decl_indent && !is_procname && ps.last_token == decl) { in main()
706 if (ps.last_token == rparen && rparen_count == 0) in main()
898 if (ps.last_token == rparen && ps.tos <= 1) { in main()
1187 ps.last_token = type_code; in main()
HDindent_globs.h231 int last_token; member
/trueos/contrib/groff/src/preproc/refer/
HDref.cpp790 const char *last_token = end; in is_terminated() local
795 last_token = p; in is_terminated()
797 return end - last_token == 1 in is_terminated()
798 && (*last_token == '.' || *last_token == '!' || *last_token == '?'); in is_terminated()
/trueos/contrib/gcc/cp/
HDparser.c129 cp_token_position GTY ((skip)) last_token;
322 lexer->last_token = pos; in cp_lexer_new_main()
348 lexer->last_token = last; in cp_lexer_new_from_tokens()
598 if (token == lexer->last_token) in cp_lexer_peek_nth_token()
631 if (lexer->next_token == lexer->last_token) in cp_lexer_consume_token()
671 if (tok == lexer->last_token) in cp_lexer_purge_token()
691 peek = lexer->last_token; in cp_lexer_purge_tokens_after()
HDChangeLog-20041060 next_token and last_token cp_token_position. Make saved_tokens a
/trueos/contrib/gcc/
HDChangeLog-200027342 * cpphash.c (collect_expansion): Make sure to reset last_token