Lines Matching refs:EVENT_DELIM
685 case EVENT_ERROR ... EVENT_DELIM: in event_item_type()
778 return EVENT_DELIM; in get_type()
853 case EVENT_DELIM: in __read_token()
1852 type == EVENT_DELIM && (strcmp(token, ")") == 0)) { in process_op()
2288 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_fields()
2326 } while (type == EVENT_DELIM && strcmp(token, ",") == 0); in process_fields()
2363 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2375 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_flags()
2379 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_flags()
2411 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_symbols()
2417 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_symbols()
2450 if (test_type_token(type, token, EVENT_DELIM, ",")) in process_hex()
2466 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_hex()
2510 if (read_expected(EVENT_DELIM, ")") < 0) in process_dynamic_array()
2564 if (test_type_token(type, token, EVENT_DELIM, ")")) in process_paren()
2575 (type == EVENT_DELIM && strcmp(token, "(") == 0)) { in process_paren()
2622 if (read_expected(EVENT_DELIM, ")") < 0) in process_str()
2699 if (test_type_token(type, token, EVENT_DELIM, test)) { in process_func_handler()
2780 if (type == EVENT_DELIM && strcmp(token, "(") == 0) { in process_arg_token()
2815 case EVENT_DELIM: in process_arg_token()
2887 if (type == EVENT_DELIM && strcmp(token, ",") == 0) { in event_read_print_args()
2943 if (test_type_token(type, token, EVENT_DELIM, ",")) in event_read_print()