Searched refs:notlinehead (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h26 bool notlinehead; member in struct:OutBuffer
37 notlinehead = 0;
H A Doutbuffer.c47 if (doindent && !notlinehead)
58 notlinehead = 1;
92 notlinehead = 0;
97 if (doindent && !notlinehead
109 notlinehead = 1;
192 if (doindent && !notlinehead
204 notlinehead = 1;
236 if (doindent && !notlinehead && notnewline)
247 notlinehead = 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.h24 bool notlinehead; member in struct:OutBuffer
38 notlinehead = 0;
H A Doutbuffer.d47 private bool notlinehead;
141 memory buffer. The config variables `notlinehead`, `doindent` etc. are
222 notlinehead = true;
240 if (doindent && !notlinehead)
352 notlinehead = false;
389 if (doindent && !notlinehead && b != '\n')
459 if (doindent && !notlinehead && w != newline)
495 if (doindent && !notlinehead && notnewline)
536 if (doindent && !notlinehead)

Completed in 191 milliseconds