/netbsd-src/external/mit/expat/dist/lib/ |
H A D | xmlrole.c | 141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 318 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 334 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_stream.c | 73 struct isl_token *tok = isl_alloc_type(ctx, struct isl_token); in isl_token_new() local 86 int isl_token_get_type(struct isl_token *tok) in isl_token_get_type() 93 __isl_give isl_val *isl_token_get_val(isl_ctx *ctx, struct isl_token *tok) in isl_token_get_val() 106 isl_bool isl_token_has_str(struct isl_token *tok) in isl_token_has_str() 115 __isl_give char *isl_token_get_str(isl_ctx *ctx, struct isl_token *tok) in isl_token_get_str() 127 void isl_token_free(struct isl_token *tok) in isl_token_free() 142 void isl_stream_error(__isl_keep isl_stream *s, struct isl_token *tok, in isl_stream_error() 311 void isl_stream_push_token(__isl_keep isl_stream *s, struct isl_token *tok) in isl_stream_push_token() 390 struct isl_token *tok = NULL; in next_token() local 705 struct isl_token *tok; in isl_stream_eat_if_available() local [all …]
|
H A D | isl_schedule_read.c | 77 struct isl_token *tok; in read_context() local 128 struct isl_token *tok; in read_domain() local 185 struct isl_token *tok; in read_expansion() local 254 struct isl_token *tok; in read_extension() local 305 struct isl_token *tok; in read_filter() local 356 struct isl_token *tok; in read_guard() local 407 struct isl_token *tok; in read_mark() local 509 struct isl_token *tok; in read_band() local 639 struct isl_token *tok; in isl_stream_read_schedule_tree() local
|
H A D | isl_input.c | 154 struct isl_token *tok, *tok2; in next_token() local 193 struct isl_token *tok = NULL; in isl_stream_read_val() local 255 struct isl_token *tok; in accept_cst_factor() local 288 struct isl_token *tok; in affine_mod() local 320 struct isl_token *tok; in accept_minmax() local 353 struct isl_token *tok; in pw_aff_div_by_cst() local 375 struct isl_token *tok; in next_signed_value_fn() local 412 static int is_start_of_div(struct isl_token *tok) in is_start_of_div() 496 struct isl_token *tok = NULL; in accept_affine_factor() local 607 struct isl_token *tok = NULL; in accept_affine() local [all …]
|
H A D | extract_key.c | 16 static KEY KEY_EXTRACT(__isl_keep isl_stream *s, struct isl_token *tok) in KEY_EXTRACT() 54 struct isl_token *tok; in KEY_GET() local
|
/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 79 token tok; in get_definition() local 122 token tok; in def_struct() local 149 token tok; in def_program() local 253 token tok; in def_enum() local 282 token tok; in def_const() local 295 token tok; in def_union() local 413 token tok; in get_declaration() local 466 token tok; in get_prog_declaration() local 533 token tok; in get_type() local 587 token tok; in unsigned_dec() local
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
H A D | cpy.y | 73 #define EVALUNARY(tok, l, r) l.nd_val = tok r.nd_val; l.op = r.op argument 74 #define EVALBIN(tok, d, l, r) \ argument 76 #define EVALUBIN(tok, d, l, r, t) \ argument 81 #define XEVALUBIN(tok, d, l, r) \ argument
|
/netbsd-src/lib/libedit/ |
H A D | tokenizer.c | 104 FUN(tok,finish)(TYPE(Tokenizer) *tok) in FUN() argument 162 FUN(tok,reset)(TYPE(Tokenizer) *tok) in FUN() argument 177 FUN(tok,end)(TYPE(Tokenizer) *tok) in FUN() argument 206 FUN(tok,line)(TYPE(Tokenizer) *tok, const TYPE(LineInfo) *line, in FUN() argument 378 FUN(tok,finish)(tok); in FUN() local 446 FUN(tok,finish)(tok); in FUN() local 457 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc, in FUN() argument
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc.c | 83 mdoc_tail_alloc(struct roff_man *mdoc, int line, int pos, enum roff_tok tok) in mdoc_tail_alloc() 94 enum roff_tok tok, struct roff_node *body) in mdoc_endbody_alloc() 111 enum roff_tok tok, struct mdoc_arg *args) in mdoc_block_alloc() 138 enum roff_tok tok, struct mdoc_arg *args) in mdoc_elem_alloc() 310 enum roff_tok tok; in mdoc_pmacro() local
|
H A D | man.c | 182 enum roff_tok tok; in man_pmacro() local 278 man_breakscope(struct roff_man *man, int tok) in man_breakscope()
|
H A D | mdoc_macro.c | 207 mdoc_macro(enum roff_tok tok) in mdoc_macro() 331 rew_alt(enum roff_tok tok) in rew_alt() 372 rew_elem(struct roff_man *mdoc, enum roff_tok tok) in rew_elem() 404 find_pending(struct roff_man *mdoc, enum roff_tok tok, int line, int ppos, in find_pending() 1533 parse_rest(struct roff_man *mdoc, enum roff_tok tok, in parse_rest()
|
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | eval.c | 94 enum tokens tok; member 109 enum tokens tok; member 132 enum tokens tok; member 142 token_create(const struct place *p, enum tokens tok, int val) in token_create() 209 isuop(enum tokens tok) in isuop() 225 isbop(enum tokens tok) in isbop() 245 isop(enum tokens tok) in isop() 261 getprec(enum tokens tok) in getprec() 596 token(struct place *p, enum tokens tok, int val) in token()
|
/netbsd-src/lib/libpam/modules/pam_login_access/ |
H A D | login_access.c | 137 char *tok; in list_match() local 177 user_match(const char *tok, const char *string) in user_match() 205 from_match(const char *tok, const char *string) in from_match() 240 string_match(const char *tok, const char *string) in string_match()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-c.cc | 67 int tok; in vms_pragma_member_alignment() local 112 int tok; in vms_pragma_nomember_alignment() local 196 int tok; in vms_pragma_extern_model() local 260 enum cpp_ttype tok; in vms_pragma_extern_prefix() local 296 enum cpp_ttype tok; in handle_pragma_pointer_size() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-c.c | 67 int tok; in vms_pragma_member_alignment() local 112 int tok; in vms_pragma_nomember_alignment() local 196 int tok; in vms_pragma_extern_model() local 260 enum cpp_ttype tok; in vms_pragma_extern_prefix() local 296 enum cpp_ttype tok; in handle_pragma_pointer_size() local
|
/netbsd-src/lib/libwrap/ |
H A D | hosts_access.c | 231 char *tok; in list_match() local 263 server_match(char *tok, struct request_info *request) in server_match() 278 client_match(char *tok, struct request_info *request) in client_match() 293 host_match(char *tok, struct host_info *host) in host_match() 339 char tok[512]; in hostfile_match() local 394 string_match(char *tok, char *string) in string_match()
|
/netbsd-src/usr.bin/ctags/ |
H A D | C.c | 70 char tok[MAXTOKEN]; /* token buffer */ in c_entries() local 366 char tok[MAXTOKEN]; /* storage buffer */ in hash_entry() local 428 char tok[LINE_MAX]; /* storage buffer */ in str_entry() local
|
H A D | lisp.c | 62 char tok[MAXTOKEN]; in l_entries() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 1989 const cpp_token *tok, in assert_token_loc_eq() 2043 const cpp_token *tok; in test_lexer() local 2273 const cpp_token *tok; in ~lexer_test() local 2289 const cpp_token *tok; in get_token() local 2441 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple() local 2490 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic() local 2542 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex() local 2588 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct() local 2624 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1() local 2664 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2149 const cpp_token *tok, in assert_token_loc_eq() 2203 const cpp_token *tok; in test_lexer() local 2433 const cpp_token *tok; in ~lexer_test() local 2449 const cpp_token *tok; in get_token() local 2601 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple() local 2650 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic() local 2702 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex() local 2748 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct() local 2784 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1() local 2824 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2() local [all …]
|
/netbsd-src/external/bsd/ntp/dist/libjsmn/ |
H A D | jsmn_test.c | 120 jsmntok_t tok[10]; in test_primitive() local 168 jsmntok_t tok[10]; in test_string() local 201 jsmntok_t tok[10]; in test_partial_string() local 251 jsmntok_t tok[10]; in test_unquoted_keys() local 272 jsmntok_t tok[10]; in test_partial_array() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | kvx-parse.c | 400 promote_token (struct token_s tok) in promote_token() 444 char *tok = token->insn + token->begin; in is_insn() local 460 char *tok = token->insn + token->begin; in get_token_class() local 581 read_token (struct token_s *tok) in read_token() 651 create_token (struct token_s tok, int len, int loc) in create_token() 742 CLASS_ID (struct token_s tok) in CLASS_ID() 761 parse_with_restarts (struct token_s tok, int jump_target, struct rule rules[], in parse_with_restarts() 935 parse (struct token_s tok) in parse()
|
H A D | tc-alpha.c | 782 debug_exp (expressionS tok[], int ntok) in debug_exp() 866 expressionS tok[], in tokenize_arguments() 1057 const expressionS *tok, in find_opcode_match() 1166 const expressionS *tok, in assemble_tokens_to_insn() 1663 emit_lda (const expressionS *tok, in emit_lda() 1681 emit_ldah (const expressionS *tok, in emit_ldah() 2016 const expressionS *tok, in assemble_insn() 2168 emit_ir_load (const expressionS *tok, in emit_ir_load() 2213 emit_loadstore (const expressionS *tok, in emit_loadstore() 2261 emit_ldXu (const expressionS *tok, in emit_ldXu() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu-c.c | 33 spu_categorize_keyword (const cpp_token *tok) in spu_categorize_keyword() 53 spu_macro_to_expand (cpp_reader *pfile, const cpp_token *tok) in spu_macro_to_expand()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-alpha.c | 783 debug_exp (expressionS tok[], int ntok) in debug_exp() 867 expressionS tok[], in tokenize_arguments() 1055 const expressionS *tok, in find_opcode_match() 1164 const expressionS *tok, in assemble_tokens_to_insn() 1661 emit_lda (const expressionS *tok, in emit_lda() 1679 emit_ldah (const expressionS *tok, in emit_ldah() 2014 const expressionS *tok, in assemble_insn() 2166 emit_ir_load (const expressionS *tok, in emit_ir_load() 2211 emit_loadstore (const expressionS *tok, in emit_loadstore() 2259 emit_ldXu (const expressionS *tok, in emit_ldXu() [all …]
|