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

/freebsd-12-stable/contrib/diff/src/
H A Dside.c169 bool put_newline = false; local
173 put_newline |= left[1][-1] == '\n';
180 if (sep == '|' && put_newline != (right[1][-1] == '\n'))
181 sep = put_newline ? '/' : '\\';
187 put_newline |= right[1][-1] == '\n';
195 if (put_newline)
/freebsd-12-stable/contrib/byacc/test/
H A Dgrammar.y274 extern void put_newline (FILE *outf);
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c304 extern void put_newline (FILE *outf);
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c324 extern void put_newline (FILE *outf);

Completed in 169 milliseconds