Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/m4/
Dextern.h92 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
175 extern int synch_lines; /* line synchronisation directives */
Dmain.c78 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable
223 synch_lines = 1; in main()
520 if (synch_lines) { in reallyoutputstr()
538 if (synch_lines && c == '\n') { in reallyputchar()
Deval.c751 if (synch_lines) in dopaste()