Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c1829 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