HomeSort by: relevance | last modified time | path
    Searched defs:last_token (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/sh/
arithmetic.c 74 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...]
  /src/external/ibm-public/postfix/dist/src/global/
tok822_parse.c 487 TOK822 *last_token; local
497 if ((first_token = tok822_scan_limit(str, &last_token, tok_count_limit)) == 0)
508 GLUE(last_token, tail);
  /src/external/gpl3/gdb.old/dist/gdb/
macroexp.c 51 int last_token = -1;
101 int last_token = -1;
207 tok->last_token = 0;
487 into the same string SRC does. Initialize TOK's last_token field.
561 at the beginning of DEST. SRC and DEST must have their last_token
562 fields set. Upon return, DEST's last_token field is set correctly.
581 gdb_assert (src->last_token != -1);
582 gdb_assert (dest->last_token != -1);
590 if (dest->last_token == original_dest_len)
592 dest->last_token = original_dest_len + src->last_token
50 int last_token = -1; member in struct:shared_macro_buffer
100 int last_token = -1; member in struct:growable_macro_buffer
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
macroexp.c 51 int last_token = -1;
101 int last_token = -1;
207 tok->last_token = 0;
487 into the same string SRC does. Initialize TOK's last_token field.
561 at the beginning of DEST. SRC and DEST must have their last_token
562 fields set. Upon return, DEST's last_token field is set correctly.
581 gdb_assert (src->last_token != -1);
582 gdb_assert (dest->last_token != -1);
590 if (dest->last_token == original_dest_len)
592 dest->last_token = original_dest_len + src->last_token
50 int last_token = -1; member in struct:shared_macro_buffer
100 int last_token = -1; member in struct:growable_macro_buffer
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/refer/
ref.cpp 792 const char *last_token = end; local
797 last_token = p;
799 return end - last_token == 1
800 && (*last_token == '.' || *last_token == '!' || *last_token == '?');
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-perl.c 1992 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;
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 677 const auto last_token = first_token + lexer->buffer->length () - 1;
681 auto begin = last_token;
691 gcc_assert (!lexer->last_token);
693 lexer->last_token = last_token;
702 lexer->next_token = lexer->last_token = nullptr;
753 lexer->last_token = lexer->next_token
815 lexer->last_token = last;
823 && !lexer->last_token->purged_p);
837 lexer->last_token->type = lexer->saved_type
676 const auto last_token = first_token + lexer->buffer->length () - 1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 11170 omp_addr_token *last_token = omp_first_chained_access_token (addr_tokens);
11171 if (last_token->type == ACCESS_METHOD)
11173 switch (last_token->u.access_kind)
11355 OMP_CLAUSE_DECL (alloc_node) = unshare_expr (last_token->expr);
11606 OMP_CLAUSE_DECL (alloc_node) = unshare_expr (last_token->expr);
11791 omp_addr_token *last_token
11811 && last_token->type == ACCESS_METHOD
11812 && last_token->u.access_kind == ACCESS_REF
11167 omp_addr_token *last_token = omp_first_chained_access_token (addr_tokens); local
11788 omp_addr_token *last_token local

Completed in 64 milliseconds