Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bmake/
HDjob.c1857 bool gotNL; /* true if got a newline */ in CollectOutput() local
1866 gotNL = false; in CollectOutput()
1905 gotNL = true; in CollectOutput()
1917 if (!gotNL) { in CollectOutput()
1928 if (gotNL || fbuf) { in CollectOutput()
1962 gotNL ? "\n" : ""); in CollectOutput()
1966 gotNL ? "\n" : ""); in CollectOutput()