Lines Matching refs:EVENT_DELIM
723 case EVENT_ERROR ... EVENT_DELIM: in event_item_type()
824 return EVENT_DELIM; in get_type()
899 case EVENT_DELIM: in __read_token()
1916 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2062 if (test_type_token(type, token, EVENT_DELIM, next_token)) { in alloc_and_process_delim()
2401 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields()
2439 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2476 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2488 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2492 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags()
2525 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_symbols()
2531 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_symbols()
2621 if (read_expected(EVENT_DELIM, ")") < 0) in process_dynamic_array()
2675 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_paren()
2686 (type == EVENT_DELIM && strcmp(token, "(") == 0)) { in process_paren()
2734 if (read_expected(EVENT_DELIM, ")") < 0) in process_str()
2763 if (read_expected(EVENT_DELIM, ")") < 0) in process_bitmask()
2836 if (type != EVENT_DELIM || strcmp(token, ",") != 0) { in process_func_handler()
2844 if (type != EVENT_DELIM || strcmp(token, ")") != 0) { in process_func_handler()
2940 if (type == EVENT_DELIM && strcmp(token, "(") == 0) { in process_arg_token()
2975 case EVENT_DELIM: in process_arg_token()
3048 if (type == EVENT_DELIM && strcmp(token, ",") == 0) { in event_read_print_args()
3104 if (test_type_token(type, token, EVENT_DELIM, ",")) in event_read_print()