Home
last modified time | relevance | path

Searched refs:__peek_char (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c903 static int __peek_char(void) in __peek_char() function
918 return __peek_char(); in pevent_peek_char()
974 next_ch = __peek_char(); in __read_token()
986 ch = __peek_char(); in __read_token()
1009 ch = __peek_char(); in __read_token()
1063 while (get_type(__peek_char()) == type) { in __read_token()