/openbsd/usr.sbin/dhcpd/ |
H A D | confpars.c | 72 int token; in readconf() local 119 int token; in read_leases() local 195 int token; in parse_statement() local 458 int token; in parse_allow_deny() local 517 int token; in parse_lbrace() local 537 int token; in parse_host_declaration() local 601 int token; in parse_class_declaration() local 648 int token; in parse_shared_net_declaration() local 725 int token; in parse_subnet_declaration() local 824 int token; in parse_group_declaration() local [all …]
|
H A D | parse.c | 84 int token; in skip_to_semi() local 119 int token; in parse_semi() local 138 int token; in parse_string() local 164 int token, len = 0; in parse_host_name() local 220 int token, hlen = 0; in parse_hardware_param() local 322 int token, count = 0; in parse_numeric_aggregate() local 513 int token; in parse_date() local
|
/openbsd/usr.sbin/ractl/ |
H A D | parser.c | 44 struct token { struct 45 enum token_type type; argument 48 const struct token *next; argument
|
/openbsd/usr.sbin/unwindctl/ |
H A D | parser.c | 44 struct token { struct 45 enum token_type type; argument 48 const struct token *next; argument
|
/openbsd/usr.sbin/slaacctl/ |
H A D | parser.c | 48 struct token { struct 49 enum token_type type; argument 52 const struct token *next; argument
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_symbolizer_test.cpp | 20 char *token; in TEST() local 35 int token; in TEST() local 42 uptr token; in TEST() local 49 char *token; in TEST() local
|
/openbsd/usr.sbin/iscsictl/ |
H A D | parser.c | 47 struct token { struct 48 enum token_type type; argument 51 const struct token *next; argument
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | parser.c | 410 cp_token *token) in cp_lexer_get_preprocessor_token() 532 cp_token *token; in cp_lexer_next_token_is_decl_specifier_keyword() local 581 cp_token *token; in cp_lexer_peek_nth_token() local 2553 cp_token *token; in cp_parser_skip_to_pragma_eol() local 2712 cp_token *token; in cp_parser_identifier() local 2921 cp_token *token; in cp_parser_primary_expression() local 3442 cp_token *token; in cp_parser_unqualified_id() local 3715 cp_token *token; in cp_parser_nested_name_specifier_opt() local 4086 cp_token *token; in cp_parser_postfix_expression() local 4986 cp_token *token; in cp_parser_unary_expression() local [all …]
|
/openbsd/usr.sbin/relayctl/ |
H A D | parser.c | 41 struct token { struct 42 enum token_type type; argument 45 const struct token *next; argument
|
/openbsd/usr.sbin/dvmrpctl/ |
H A D | parser.c | 44 struct token { struct 45 enum token_type type; argument 48 const struct token *next; argument
|
/openbsd/usr.sbin/npppctl/ |
H A D | parser.c | 47 struct token { struct 48 enum token_type type; argument 51 const struct token *next; argument
|
/openbsd/usr.sbin/ripctl/ |
H A D | parser.c | 46 struct token { struct 47 enum token_type type; argument 50 const struct token *next; argument
|
/openbsd/usr.sbin/acme-client/ |
H A D | jsmn.c | 45 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token() 58 jsmntok_t *token; in jsmn_parse_primitive() local 107 jsmntok_t *token; in jsmn_parse_string() local 176 jsmntok_t *token; in jsmn_parse() local
|
/openbsd/usr.sbin/ospfctl/ |
H A D | parser.c | 46 struct token { struct 47 enum token_type type; argument 50 const struct token *next; argument
|
/openbsd/gnu/gcc/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 72 cpp_ideq (const cpp_token *token, const char *string) in cpp_ideq() 434 const cpp_token *token, in warn_about_normalization() 588 create_literal (cpp_reader *pfile, cpp_token *token, const uchar *base, in create_literal() 608 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() 1220 cpp_token_len (const cpp_token *token) in cpp_token_len() 1276 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() 1340 cpp_token_as_text (cpp_reader *pfile, const cpp_token *token) in cpp_token_as_text() 1363 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() [all …]
|
H A D | macro.c | 94 cpp_token *token = _cpp_temp_token (pfile); in new_string_token() local 359 const cpp_token *token = arg->first[i]; in stringify_arg() local 565 const cpp_token *token; in collect_args() local 696 const cpp_token *token, *padding = NULL; in funlike_invocation_p() local 904 cpp_token *token = _cpp_temp_token (pfile); in replace_args() local 1026 const cpp_token *token; in expand_arg() local 1312 const cpp_token *token = _cpp_lex_token (pfile); in parse_params() local 1401 cpp_token *token; in lex_expansion_token() local 1423 cpp_token *token; in create_iso_definition() local 1728 cpp_token *token = ¯o->exp.tokens[i]; in cpp_macro_definition() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppmacro.c | 108 cpp_token *token = _cpp_temp_token (pfile); local 350 const cpp_token *token = arg->first[i]; local 575 const cpp_token *token; local 708 const cpp_token *token, *padding = NULL; local 922 cpp_token *token = _cpp_temp_token (pfile); local 1057 const cpp_token *token; local 1339 const cpp_token *token = _cpp_lex_token (pfile); local 1429 cpp_token *token; local 1452 cpp_token *token; local 1702 cpp_token *token = ¯o->exp.tokens[i]; local [all …]
|
/openbsd/usr.sbin/ldpctl/ |
H A D | parser.c | 47 struct token { struct 48 enum token_type type; argument 51 const struct token *next; argument
|
/openbsd/usr.sbin/ospf6ctl/ |
H A D | parser.c | 47 struct token { struct 48 enum token_type type; argument 51 const struct token *next; argument
|
/openbsd/usr.sbin/radiusctl/ |
H A D | parser.c | 51 struct token { struct 52 enum token_type type; argument 55 const struct token *next; argument
|
/openbsd/usr.bin/rpcgen/ |
H A D | rpc_scan.h | 91 struct token { struct 95 typedef struct token token; typedef
|
/openbsd/usr.sbin/ikectl/ |
H A D | parser.c | 51 struct token { struct 52 enum token_type type; argument 55 const struct token *next; argument
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | jv-exp.y | 828 struct token struct 831 int token; member 835 static const struct token tokentab3[] = argument 1290 struct stoken token; local 1314 struct stoken token; in push_qualified_expression_name() local
|
H A D | f-exp.y | 781 struct token struct 784 int token; argument 788 static const struct token dot_ops[] = argument 931 unsigned int i,token; in yylex() local
|
/openbsd/usr.sbin/eigrpctl/ |
H A D | parser.c | 49 struct token { struct 50 enum token_type type; argument 53 const struct token *next; argument
|