Searched refs:EVENT_NEWLINE (Results 1 – 3 of 3) sorted by relevance
868 return EVENT_NEWLINE; in get_type()954 case EVENT_NEWLINE: in __read_token()1175 if (type != EVENT_SPACE && type != EVENT_NEWLINE) in read_token_item()1368 if (type == EVENT_NEWLINE) { in event_read_fields()1585 if (type != EVENT_NEWLINE) { in event_read_fields()1605 if (read_expect_type(EVENT_NEWLINE, &token)) in event_read_fields()1654 if (read_expect_type(EVENT_NEWLINE, &token)) in event_read_format()3128 case EVENT_ERROR ... EVENT_NEWLINE: in process_arg_token()3146 if (type == EVENT_NEWLINE) { in event_read_print_args()5883 if (type != EVENT_NEWLINE) { in parse_header_field()[all …]
356 EVENT_NEWLINE, enumerator
72 } while (type == EVENT_NEWLINE || type == EVENT_SPACE); in read_token()