Lines Matching refs:TEP_EVENT_DELIM

843 	case TEP_EVENT_ERROR ... TEP_EVENT_DELIM:  in event_item_type()
946 return TEP_EVENT_DELIM; in get_type()
1016 case TEP_EVENT_DELIM: in __read_token()
1499 if ((type == TEP_EVENT_DELIM) && in event_read_fields()
1512 if (type == TEP_EVENT_DELIM) { in event_read_fields()
2052 type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2201 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2546 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_fields()
2584 } while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2621 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
2633 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
2637 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_flags()
2670 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_symbols()
2676 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_symbols()
2783 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_dynamic_array()
2840 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_dynamic_array_len()
2874 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_paren()
2885 (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0)) { in process_paren()
2933 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_str()
2962 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_bitmask()
3035 if (type != TEP_EVENT_DELIM || strcmp(token, ",") != 0) { in process_func_handler()
3043 if (type != TEP_EVENT_DELIM || strcmp(token, ")") != 0) { in process_func_handler()
3076 if (type != TEP_EVENT_DELIM || token[0] != ',') in process_builtin_expect()
3085 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_builtin_expect()
3182 if (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0) { in process_arg_token()
3214 case TEP_EVENT_DELIM: in process_arg_token()
3287 if (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0) { in event_read_print_args()
3343 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in event_read_print()