Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-list.c79 bool saw_newline = false; in wordwrap() local
84 if ((column + wlen >= max && column > start) || saw_newline) { in wordwrap()
91 saw_newline = s[wlen] == '\n'; in wordwrap()