__peek_char       980 tools/lib/traceevent/event-parse.c 	return __peek_char();
__peek_char      1036 tools/lib/traceevent/event-parse.c 			next_ch = __peek_char();
__peek_char      1048 tools/lib/traceevent/event-parse.c 			ch = __peek_char();
__peek_char      1071 tools/lib/traceevent/event-parse.c 		ch = __peek_char();
__peek_char      1125 tools/lib/traceevent/event-parse.c 	while (get_type(__peek_char()) == type) {