Searched refs:TEP_EVENT_NEWLINE (Results 1 – 3 of 3) sorted by relevance
934 return TEP_EVENT_NEWLINE; in get_type()1015 case TEP_EVENT_NEWLINE: in __read_token()1226 if (type != TEP_EVENT_SPACE && type != TEP_EVENT_NEWLINE) in read_token_item()1434 if (type == TEP_EVENT_NEWLINE) { in event_read_fields()1661 if (type != TEP_EVENT_NEWLINE) { in event_read_fields()1681 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_fields()1730 if (read_expect_type(TEP_EVENT_NEWLINE, &token)) in event_read_format()3234 case TEP_EVENT_ERROR ... TEP_EVENT_NEWLINE: in process_arg_token()3252 if (type == TEP_EVENT_NEWLINE) { in event_read_print_args()6603 if (type != TEP_EVENT_NEWLINE) { in parse_header_field()[all …]
303 TEP_EVENT_NEWLINE, enumerator
68 } while (type == TEP_EVENT_NEWLINE || type == TEP_EVENT_SPACE); in filter_read_token()
Completed in 23 milliseconds