Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c935 int ch, last_ch, quote_ch, next_ch; in __read_token() local
1008 quote_ch = ch; in __read_token()
1026 } while (ch != quote_ch || last_ch == '\\'); in __read_token()