Searched refs:synch_lines (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/usr.bin/m4/
H A Deval.c756 if (synch_lines)
H A Dextern.h93 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
177 extern int synch_lines; /* line synchronisation directives */
H A Dmain.c80 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable
222 synch_lines = 1;
519 if (synch_lines) {
537 if (synch_lines && c == '\n') {

Completed in 117 milliseconds