Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dtrace-event-parse.c441 int ch, last_ch, quote_ch, next_ch; in __read_token() local
514 quote_ch = ch; in __read_token()
538 } while (ch != quote_ch || last_ch == '\\'); in __read_token()