HomeSort by: relevance | last modified time | path
    Searched refs:synch_lines (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/m4/
extern.h 99 #define emit_synchline() do { if (synch_lines) do_emit_synchline(); } while(0)
191 extern int synch_lines; /* line synchronisation directives */
main.c 84 int synch_lines = 0; /* line synchronisation for C preprocessor */ variable
289 synch_lines = 1;
641 if (synch_lines) {
659 if (synch_lines && c == '\n') {
eval.c 761 if (synch_lines)

Completed in 26 milliseconds