next_tab_stop 578 src/prt2pdf/prt2pdf.c int next_tab_stop = -1; next_tab_stop 586 src/prt2pdf/prt2pdf.c next_tab_stop = GLOBAL_TAB_STOPS [k]; next_tab_stop 591 src/prt2pdf/prt2pdf.c if (next_tab_stop == -1) next_tab_stop 601 src/prt2pdf/prt2pdf.c next_tab_stop = next_tab_stop 607 src/prt2pdf/prt2pdf.c next_tab_stop = next_tab_stop 613 src/prt2pdf/prt2pdf.c next_tab_stop = (col / GLOBAL_TAB_INTERVAL + 1) * GLOBAL_TAB_INTERVAL; next_tab_stop 615 src/prt2pdf/prt2pdf.c if (next_tab_stop != -1) next_tab_stop 617 src/prt2pdf/prt2pdf.c int spaces = next_tab_stop - col;