Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dmacroexp.c68 int last_token; member
90 b->last_token = -1; in init_buffer()
103 buf->last_token = -1; in init_shared_buffer()
217 tok->last_token = 0; in set_token()
596 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()
616 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()
637 dest->last_token = original_dest_len + 1 + src->last_token; in append_tokens_without_splicing()
691 dest->last_token = dest->len; in stringify()
981 dest->last_token = 0; in substitute_args()
1415 dest.last_token = 0; in macro_expand()
[all …]
/dragonfly/bin/sh/
H A Darith_yacc.c62 static int last_token; variable
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()
286 if (last_token != ARITH_QMARK) in cond()
[all …]
/dragonfly/usr.bin/indent/
H A Dlexi.c244 if (state->last_token == structure && !state->p_l_follow) { in lexi()
254 state->last_u_d = (state->last_token == structure); in lexi()
290 if (state->last_token == period || state->last_token == unary_op) { in lexi()
339 (state->last_token == semicolon || state->last_token == lbrace || in lexi()
340 state->last_token == rbrace)) { in lexi()
345 if (state->last_token == decl) /* if this is a declared variable, in lexi()
475 if (state->last_token == ident || state->last_token == rparen) { in lexi()
H A Dindent.c119 ps.last_token = semicolon; in main()
553 if (ps.last_token != comma || ps.p_l_follow > 0 in main()
577 ((ps.last_token != ident && ps.last_token != funcname) || in main()
743 if (ps.last_token == rparen) in main()
950 if (ps.last_token == rparen && ps.tos <= 1) { in main()
962 ps.in_decl = ps.decl_on_line = ps.last_token != type_def; in main()
1215 ps.last_token = type_code; in main()
H A Dindent_globs.h243 int last_token; member
H A Dpr_comment.c187 if (opt.blanklines_before_blockcomments && ps.last_token != lbrace) in pr_comment()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.h93 cp_token_position GTY ((skip)) last_token;
H A Dparser.c604 lexer->last_token = VEC_address (cp_token, lexer->buffer) in cp_lexer_new_main()
632 lexer->last_token = last; in cp_lexer_new_from_tokens()
687 return lexer->last_token - 1; in cp_lexer_previous_token_position()
949 if (token == lexer->last_token) in cp_lexer_peek_nth_token()
982 if (lexer->next_token == lexer->last_token) in cp_lexer_consume_token()
1022 if (tok == lexer->last_token) in cp_lexer_purge_token()
1042 peek = lexer->last_token; in cp_lexer_purge_tokens_after()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.h90 cp_token_position GTY ((skip)) last_token;
H A Dparser.c654 lexer->last_token = lexer->buffer->address () in cp_lexer_new_main()
682 lexer->last_token = last; in cp_lexer_new_from_tokens()
746 return lexer->last_token - 1; in cp_lexer_previous_token_position()
1062 if (token == lexer->last_token) in cp_lexer_peek_nth_token()
1095 if (lexer->next_token == lexer->last_token) in cp_lexer_consume_token()
1135 if (tok == lexer->last_token) in cp_lexer_purge_token()
1155 peek = lexer->last_token; in cp_lexer_purge_tokens_after()
/dragonfly/libexec/rtld-elf/
H A Drtld.c2892 char *envcopy, *fdstr, *found, *last_token; in search_library_pathfds() local
2921 for (fdstr = strtok_r(envcopy, ":", &last_token); fdstr != NULL; in search_library_pathfds()
2922 fdstr = strtok_r(NULL, ":", &last_token)) { in search_library_pathfds()