/dflybsd-src/usr.bin/localedef/ |
H A D | scanner.c | 64 static char *token = NULL; variable 83 static struct token { struct 84 int id; 85 const char *name; 250 int c; in scanc() local 264 unscanc(int c) in unscanc() 355 add_tok(int c) in add_tok() 371 add_wcs(wchar_t c) in add_wcs() 406 int c; in get_byte() local 440 get_escaped(int c) in get_escaped() [all …]
|
/dflybsd-src/contrib/ldns/ |
H A D | parse.c | 25 ldns_fget_token(FILE *f, char *token, const char *delim, size_t limit) in ldns_fget_token() 31 ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed in ldns_fget_token_l_st() 34 int c, prev_c; in ldns_fget_token_l_st() local 220 ldns_fget_token_l(FILE *f, char *token, const char *delim, size_t limit, int *line_nr) in ldns_fget_token_l() 274 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit) in ldns_bget_token() 276 int c, lc; in ldns_bget_token() local 407 char c; in ldns_bskipcs() local 436 int c; in ldns_fskipcs_l() local
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | lex.c | 51 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) argument 52 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) argument 74 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() 166 acc_char_cmp (word_type val, word_type c) in acc_char_cmp() 317 v8qi data, t, c; in search_line_mmx() local 659 uchar c, *d, *p; in _cpp_clean_line() local 897 uchar c; in _cpp_skip_block_comment() local 966 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() 1014 const cpp_token *token, in warn_about_normalization() 1231 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal() [all …]
|
H A D | macro.c | 199 cpp_token *token = _cpp_temp_token (pfile); in new_string_token() local 438 uchar c = *src++; in cpp_quote_string() local 470 const cpp_token *token = arg->first[i]; in stringify_arg() local 718 const cpp_token *token; in collect_args() local 929 const cpp_token *token, *padding = NULL; in funlike_invocation_p() local 1176 set_arg_token (macro_arg *arg, const cpp_token *token, in set_arg_token() 1713 cpp_token *token = _cpp_temp_token (pfile); in replace_args() local 1913 const cpp_token *token, in tokens_buff_put_token_to() 1958 const cpp_token *token, in tokens_buff_add_token() 2065 const cpp_token *token; in expand_arg() local [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 283 cp_token *token; in cp_lexer_dump_tokens() local 387 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context() 402 cp_parser_context *c; in cp_debug_print_context_stack() local 510 cp_token *token; in cp_debug_parser() local 635 cp_token token; in cp_lexer_new_main() local 780 cp_lexer_get_preprocessor_token (cp_lexer *lexer, cp_token *token) in cp_lexer_get_preprocessor_token() 858 cp_lexer_set_source_position_from_token (cp_token *token) in cp_lexer_set_source_position_from_token() 870 cp_token *token = cp_lexer_peek_token (lexer); in cp_lexer_set_source_position() local 992 cp_token *token; in cp_lexer_next_token_is_decl_specifier_keyword() local 1047 cp_token *token; in cp_lexer_peek_nth_token() local [all …]
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | lex.c | 50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) argument 51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) argument 73 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() 165 acc_char_cmp (word_type val, word_type c) in acc_char_cmp() 313 v8qi data, t, c; in search_line_mmx() local 939 uchar c, *d, *p; in _cpp_clean_line() local 1177 uchar c; in _cpp_skip_block_comment() local 1246 skip_whitespace (cpp_reader *pfile, cppchar_t c) in skip_whitespace() 1294 const cpp_token *token, in warn_about_normalization() 1566 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal() [all …]
|
/dflybsd-src/usr.bin/m4/ |
H A D | main.c | 163 int c; in main() local 291 do_look_ahead(int t, const char *token) in do_look_ahead() 309 #define LOOK_AHEAD(t, token) (t != EOF && \ argument 319 char token[MAXTOK + 1]; in macro() local 523 reallyputchar(int c) in reallyputchar() 538 inspect(int c, char *tp) in inspect()
|
/dflybsd-src/sbin/dhclient/ |
H A D | conflex.c | 61 static int token; variable 103 int c = getc(cfile); in get_char() local 131 int c, ttok; in get_token() local 225 int c; in skip_to_eol() local 240 int c, bs = 0; in read_string() local 272 read_number(int c, FILE *cfile) in read_number() 275 int seenx = 0, token = TOK_NUMBER; in read_number() local 300 read_num_or_name(int c, FILE *cfile) in read_num_or_name()
|
/dflybsd-src/bin/sh/ |
H A D | arith_yacc.c | 168 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() 211 int token; in binop2() local 235 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() 246 static arith_t and(int token, union yystype *val, int op, int noeval) in and() 263 static arith_t or(int token, union yystype *val, int op, int noeval) in or() 280 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond() 284 arith_t c; in cond() local
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | jv-exp.y | 704 int c; variable 818 struct token struct 821 int token; argument 825 static const struct token tokentab3[] = argument 858 int c; in yylex() local 1276 struct stoken token; in push_fieldnames() local 1300 struct stoken token; in push_qualified_expression_name() local
|
H A D | f-exp.y | 676 int c; variable 807 struct token struct 810 int token; argument 814 static const struct token dot_ops[] = argument 955 int c; in yylex() local 957 unsigned int i,token; in yylex() local
|
H A D | c-exp.y | 1659 int c; in parse_number() local 1949 char c = *tokptr; in c_parse_escape() local 2111 char c = *tokptr; in parse_string_or_char() local 2163 struct token struct 2166 int token; argument 2168 enum token_flags flags; argument 2171 static const struct token tokentab3[] = argument 2331 is_cast_operator (const char *token, int len) in is_cast_operator() 2357 int c; in lex_one_token() local 2732 int token; member
|
H A D | go-exp.y | 716 int c; in parse_number() local 939 char c = *tokptr; in parse_string_or_char() local 976 struct token struct 979 int token; argument 983 static const struct token tokentab3[] = argument 1049 int c; in lex_one_token() local 1322 int token; member
|
H A D | p-exp.y | 866 int c; variable 1071 struct token struct 1074 int token; argument 1078 static const struct token tokentab3[] = argument 1128 int c; in yylex() local 1502 char c; in yylex() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | parser.c | 261 cp_token *token; in cp_lexer_dump_tokens() local 351 cp_debug_print_context (FILE *file, cp_parser_context *c) in cp_debug_print_context() 366 cp_parser_context *c; in cp_debug_print_context_stack() local 475 cp_token *token; in cp_debug_parser() local 585 cp_token token; in cp_lexer_new_main() local 714 cp_lexer_get_preprocessor_token (cp_lexer *lexer, cp_token *token) in cp_lexer_get_preprocessor_token() 799 cp_lexer_set_source_position_from_token (cp_token *token) in cp_lexer_set_source_position_from_token() 859 cp_token *token; in cp_lexer_next_token_is_decl_specifier_keyword() local 934 cp_token *token; in cp_lexer_peek_nth_token() local 974 cp_token *token = lexer->next_token; in cp_lexer_consume_token() local [all …]
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | token.h | 149 add_blockers(int c) in add_blockers() 218 Task_write_token(Task_token* token, const Task* task) in Task_write_token() 241 Task_block_token(Task_token* token) in Task_block_token() 300 add(Task* t, Task_token* token) in add()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | token.h | 149 add_blockers(int c) in add_blockers() 218 Task_write_token(Task_token* token, const Task* task) in Task_write_token() 241 Task_block_token(Task_token* token) in Task_block_token() 300 add(Task* t, Task_token* token) in add()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genmatch.c | 828 if (capture *c = dyn_cast<capture *> (o)) variable 903 if (capture *c = dyn_cast <capture *> (op)) in commutate() local 1028 if (capture *c = dyn_cast<capture *> (o)) in lower_opt_convert() local 1068 if (capture *c = dyn_cast<capture *> (o)) in has_opt_convert() local 1158 if (capture *c = dyn_cast<capture *> (o)) in lower_cond() local 1210 if (capture *c = dyn_cast <capture *> (ne->ops[0])) in lower_cond() local 1256 if (capture *c = dyn_cast<capture *> (o)) in contains_id() local 1292 if (capture *c = dyn_cast<capture *> (o)) in replace_id() local 1877 if (capture *c = dyn_cast<capture *> (o)) in insert_operand() local 2030 capture *c; member [all …]
|
/dflybsd-src/usr.bin/ctags/ |
H A D | C.c | 51 int c; /* current character */ in c_entries() local 53 int token; /* if reading a token */ in c_entries() local 254 int c; /* current character */ in func_entry() local 318 int c; /* character read */ in hash_entry() local 382 str_entry(int c) /* c is current character */ in str_entry() 433 int c; /* character read */ in skip_comment() local 464 int c, in skip_string() local 489 int c, in skip_key() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 244 c_lex_one_token (c_parser *parser, c_token *token) in c_lex_one_token() 521 c_token_starts_typename (c_token *token) in c_token_starts_typename() 558 c_token *token = c_parser_peek_token (parser); in c_parser_next_tokens_start_typename() local 583 c_token_is_qualifier (c_token *token) in c_token_is_qualifier() 619 c_token *token = c_parser_peek_token (parser); in c_parser_next_token_is_qualifier() local 626 c_token_starts_declspecs (c_token *token) in c_token_starts_declspecs() 706 c_token_starts_declaration (c_token *token) in c_token_starts_declaration() 720 c_token *token = c_parser_peek_token (parser); in c_parser_next_token_starts_declspecs() local 742 c_token *token = c_parser_peek_token (parser); in c_parser_next_tokens_start_declaration() local 801 c_parser_set_source_position_from_token (c_token *token) in c_parser_set_source_position_from_token() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 215 c_lex_one_token (c_parser *parser, c_token *token) in c_lex_one_token() 453 c_token_starts_typename (c_token *token) in c_token_starts_typename() 533 c_token *token = c_parser_peek_token (parser); in c_parser_next_tokens_start_typename() local 558 c_token_is_qualifier (c_token *token) in c_token_is_qualifier() 593 c_token *token = c_parser_peek_token (parser); in c_parser_next_token_is_qualifier() local 600 c_token_starts_declspecs (c_token *token) in c_token_starts_declspecs() 674 c_token_starts_declaration (c_token *token) in c_token_starts_declaration() 688 c_token *token = c_parser_peek_token (parser); in c_parser_next_token_starts_declspecs() local 710 c_token *token = c_parser_peek_token (parser); in c_parser_next_tokens_start_declaration() local 765 c_parser_set_source_position_from_token (c_token *token) in c_parser_set_source_position_from_token() [all …]
|
/dflybsd-src/libexec/dma/ |
H A D | base64.c | 43 pos(char c) in pos() 58 int c; in base64_encode() local 94 token_decode(const char *token) in token_decode()
|
/dflybsd-src/contrib/tnftp/src/ |
H A D | ruserpass.c | 95 int t, i, c, usedefault = 0; in ruserpass() local 279 token(void) in token() function 282 int c; in token() local
|
/dflybsd-src/sys/dev/raid/vinum/ |
H A D | vinumparser.c | 75 #define iswhite(c) ((c == ' ') || (c == '\t')) /* check for white space */ argument 163 tokenize(char *cptr, char *token[]) in tokenize()
|
/dflybsd-src/contrib/grep/lib/ |
H A D | regcomp.c | 379 unsigned char c = 0; in re_compile_fastmap_iter() local 1783 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token() 1785 unsigned char c; in peek_token() local 2021 peek_token_bracket (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token_bracket() 2023 unsigned char c; in peek_token_bracket() local 2153 parse_reg_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_reg_exp() 2202 parse_branch (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_branch() 2247 parse_expression (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_expression() 2481 parse_sub_exp (re_string_t *regexp, regex_t *preg, re_token_t *token, in parse_sub_exp() 2525 re_token_t *token, reg_syntax_t syntax, reg_errcode_t *err) in parse_dup_op() [all …]
|