Home
last modified time | relevance | path

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

/src/usr.bin/m4/
H A Dextern.h92 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
176 extern int synch_lines; /* line synchronisation directives */
H A Dmain.c97 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable
242 synch_lines = 1; in main()
539 if (synch_lines) { in reallyoutputstr()
557 if (synch_lines && c == '\n') { in reallyputchar()
H A Deval.c755 if (synch_lines) in dopaste()