Lines Matching refs:EVENT_DELIM
788 case EVENT_ERROR ... EVENT_DELIM: in event_item_type()
890 return EVENT_DELIM; in get_type()
965 case EVENT_DELIM: in __read_token()
1985 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2137 if (test_type_token(type, token, EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2476 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields()
2514 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2551 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2563 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2567 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags()
2600 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_symbols()
2606 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_symbols()
2696 if (read_expected(EVENT_DELIM, ")") < 0) in process_dynamic_array()
2753 if (read_expected(EVENT_DELIM, ")") < 0) in process_dynamic_array_len()
2786 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_paren()
2797 (type == EVENT_DELIM && strcmp(token, "(") == 0)) { in process_paren()
2845 if (read_expected(EVENT_DELIM, ")") < 0) in process_str()
2874 if (read_expected(EVENT_DELIM, ")") < 0) in process_bitmask()
2947 if (type != EVENT_DELIM || strcmp(token, ",") != 0) { in process_func_handler()
2955 if (type != EVENT_DELIM || strcmp(token, ")") != 0) { in process_func_handler()
3055 if (type == EVENT_DELIM && strcmp(token, "(") == 0) { in process_arg_token()
3090 case EVENT_DELIM: in process_arg_token()
3163 if (type == EVENT_DELIM && strcmp(token, ",") == 0) { in event_read_print_args()
3219 if (test_type_token(type, token, EVENT_DELIM, ",")) in event_read_print()