Searched refs:synch_lines (Results 1 – 3 of 3) sorted by relevance
92 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)175 extern int synch_lines; /* line synchronisation directives */
78 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable223 synch_lines = 1; in main()520 if (synch_lines) { in reallyoutputstr()538 if (synch_lines && c == '\n') { in reallyputchar()
751 if (synch_lines) in dopaste()