Lines Matching defs:tok

972 static int extend_token(char **tok, char *buf, int size)  in extend_token()
993 static enum tep_event_type __read_token(char **tok) in __read_token()
1159 static enum tep_event_type force_token(const char *str, char **tok) in force_token()
1187 __hidden void free_token(char *tok) in free_token()
1202 __hidden enum tep_event_type read_token(char **tok) in read_token()
1220 static enum tep_event_type read_token_item(char **tok) in read_token_item()
1264 static int __read_expect_type(enum tep_event_type expect, char **tok, int newline_ok) in __read_expect_type()
1275 static int read_expect_type(enum tep_event_type expect, char **tok) in read_expect_type()
1766 process_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_arg()
1785 process_field_arg(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_field_arg()
1799 process_cond(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_cond()
1855 process_array(struct tep_event *event, struct tep_print_arg *top, char **tok) in process_array()
1957 process_op(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_op()
2156 char **tok) in process_entry()
2529 process_fields(struct tep_event *event, struct tep_print_flag_sym **list, char **tok) in process_fields()
2610 process_flags(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_flags()
2663 process_symbols(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_symbols()
2703 char **tok, enum tep_print_arg_type type) in process_hex_common()
2725 process_hex(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_hex()
2732 char **tok) in process_hex_str()
2738 process_int_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_int_array()
2766 process_dynamic_array(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_dynamic_array()
2831 char **tok) in process_dynamic_array_len()
2867 process_paren(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_paren()
2931 char **tok) in process_str()
2960 char **tok) in process_bitmask()
3021 struct tep_print_arg *arg, char **tok) in process_func_handler()
3078 process_builtin_expect(struct tep_event *event, struct tep_print_arg *arg, char **tok) in process_builtin_expect()
3110 char *token, char **tok) in process_function()
3174 char **tok, enum tep_event_type type) in process_arg_token()