Searched refs:gotNL (Results 1 – 1 of 1) sorted by relevance
1829 bool gotNL; /* true if got a newline */ in CollectOutput() 1838 gotNL = false; in CollectOutput() 1874 gotNL = true; in CollectOutput() 1879 if (!gotNL) { in CollectOutput() 1890 if (gotNL || fbuf) { in CollectOutput() 1924 gotNL ? "\n" : ""); in CollectOutput() 1928 gotNL ? "\n" : ""); in CollectOutput() 1824 bool gotNL; /* true if got a newline */ CollectOutput() local