Lines Matching defs:tok

809 static int extend_token(char **tok, char *buf, int size)  in extend_token()
830 static enum event_type __read_token(char **tok) in __read_token()
996 static enum event_type force_token(const char *str, char **tok) in force_token()
1020 static void free_token(char *tok) in free_token()
1026 static enum event_type read_token(char **tok) in read_token()
1052 enum event_type pevent_read_token(char **tok) in pevent_read_token()
1067 static enum event_type read_token_item(char **tok) in read_token_item()
1111 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type()
1122 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type()
1578 process_arg(struct event_format *event, struct print_arg *arg, char **tok) in process_arg()
1593 process_cond(struct event_format *event, struct print_arg *top, char **tok) in process_cond()
1646 process_array(struct event_format *event, struct print_arg *top, char **tok) in process_array()
1748 process_op(struct event_format *event, struct print_arg *arg, char **tok) in process_op()
1928 char **tok) in process_entry()
2261 process_fields(struct event_format *event, struct print_flag_sym **list, char **tok) in process_fields()
2342 process_flags(struct event_format *event, struct print_arg *arg, char **tok) in process_flags()
2395 process_symbols(struct event_format *event, struct print_arg *arg, char **tok) in process_symbols()
2433 process_hex(struct event_format *event, struct print_arg *arg, char **tok) in process_hex()
2483 process_dynamic_array(struct event_format *event, struct print_arg *arg, char **tok) in process_dynamic_array()
2547 process_paren(struct event_format *event, struct print_arg *arg, char **tok) in process_paren()
2610 char **tok) in process_str()
2671 struct print_arg *arg, char **tok) in process_func_handler()
2718 char *token, char **tok) in process_function()
2758 char **tok, enum event_type type) in process_arg_token()