Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse-local.h116 int peek_char(void);
Devent-parse.c964 __hidden int peek_char(void) in peek_char() function
1025 next_ch = peek_char(); in __read_token()
1037 ch = peek_char(); in __read_token()
1060 ch = peek_char(); in __read_token()
1114 while (get_type(peek_char()) == type) { in __read_token()
Dparse-filter.c73 peek_char() == '~') { in filter_read_token()