Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c879 int ch, last_ch, quote_ch, next_ch; in __read_token() local
908 next_ch = __peek_char(); in __read_token()
909 if (next_ch == '>') { in __read_token()