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

/freebsd-9.3-release/usr.bin/m4/
H A Dextern.h91 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
173 extern int synch_lines; /* line synchronisation directives */
H A Dmain.c80 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable
217 synch_lines = 1;
513 if (synch_lines) {
531 if (synch_lines && c == '\n') {
H A Deval.c733 if (synch_lines)

Completed in 103 milliseconds