/*- * %sccs.include.proprietary.c% */ #ifndef lint static char sccsid[] = "@(#)t2.c 4.3 (Berkeley) 04/18/91"; #endif /* not lint */ /* t2.c: subroutine sequencing for one table */ # include "t..c" tableput() { saveline(); savefill(); ifdivert(); cleanfc(); getcomm(); getspec(); gettbl(); getstop(); checkuse(); choochar(); maktab(); runout(); release(); rstofill(); endoff(); restline(); }