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()
1507 if ((type == TEP_EVENT_DELIM) && in event_read_fields()
1520 if (type == TEP_EVENT_DELIM) { in event_read_fields()
2062 type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2211 if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2556 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_fields()
2594 } while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2631 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
2643 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_flags()
2647 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_flags()
2680 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in process_symbols()
2686 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_symbols()
2793 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_dynamic_array()
2850 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_dynamic_array_len()
2884 if (test_type_token(type, token, TEP_EVENT_DELIM, ")")) in process_paren()
2895 (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0)) { in process_paren()
2943 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_str()
2972 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_bitmask()
3045 if (type != TEP_EVENT_DELIM || strcmp(token, ",") != 0) { in process_func_handler()
3053 if (type != TEP_EVENT_DELIM || strcmp(token, ")") != 0) { in process_func_handler()
3086 if (type != TEP_EVENT_DELIM || token[0] != ',') in process_builtin_expect()
3095 if (read_expected(TEP_EVENT_DELIM, ")") < 0) in process_builtin_expect()
3196 if (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0) { in process_arg_token()
3228 case TEP_EVENT_DELIM: in process_arg_token()
3301 if (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0) { in event_read_print_args()
3357 if (test_type_token(type, token, TEP_EVENT_DELIM, ",")) in event_read_print()