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

/freebsd-current/usr.bin/indent/
H A Dlexi.c245 if (state->last_token == structure && !state->p_l_follow) {
255 state->last_u_d = (state->last_token == structure);
291 if (state->last_token == period || state->last_token == unary_op) {
339 (state->last_token == semicolon || state->last_token == lbrace ||
340 state->last_token == rbrace)) {
345 if (state->last_token == decl) /* if this is a declared variable,
475 if (state->last_token == ident || state->last_token
[all...]
H A Dindent.c124 ps.last_token = semicolon;
567 if (ps.last_token != comma || ps.p_l_follow > 0
591 ((ps.last_token != ident && ps.last_token != funcname) ||
757 if (ps.last_token == rparen)
964 if (ps.last_token == rparen && ps.tos <= 1) {
976 ps.in_decl = ps.decl_on_line = ps.last_token != type_def;
1229 ps.last_token = type_code;
H A Dindent_globs.h242 int last_token; member in struct:parser_state
H A Dpr_comment.c190 if (opt.blanklines_before_blockcomments && ps.last_token != lbrace)
/freebsd-current/bin/sh/
H A Darith_yacc.c60 static int last_token; variable
174 if (last_token != ARITH_RPAREN)
176 last_token = yylex();
179 last_token = op;
182 last_token = op;
216 op2 = last_token;
220 op2 = last_token;
237 op = last_token;
249 op = last_token;
266 op = last_token;
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp734 clang::Token &last_token = m_tokens[range.end_index - 1]; local
736 clang::SourceLocation end_loc = last_token.getLocation();
738 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength();
/freebsd-current/libexec/rtld-elf/
H A Drtld.c3580 char *envcopy, *fdstr, *found, *last_token; local
3607 for (fdstr = strtok_r(envcopy, ":", &last_token); fdstr != NULL;
3608 fdstr = strtok_r(NULL, ":", &last_token)) {

Completed in 646 milliseconds