Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse.c965 static int __peek_char(void) in __peek_char() function
980 return __peek_char(); in tep_peek_char()
1036 next_ch = __peek_char(); in __read_token()
1048 ch = __peek_char(); in __read_token()
1071 ch = __peek_char(); in __read_token()
1125 while (get_type(__peek_char()) == type) { in __read_token()