Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
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()