1: /* t2.c: subroutine sequencing for one table */ 2: # include "t..c" 3: tableput() 4: { 5: saveline(); 6: savefill(); 7: ifdivert(); 8: cleanfc(); 9: getcomm(); 10: getspec(); 11: gettbl(); 12: getstop(); 13: checkuse(); 14: choochar(); 15: maktab(); 16: runout(); 17: release(); 18: rstofill(); 19: endoff(); 20: restline(); 21: }