1 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ 2 /* All Rights Reserved */ 3 4 5 /* 6 * Copyright (c) 1980 Regents of the University of California. 7 * All rights reserved. The Berkeley software License Agreement 8 * specifies the terms and conditions for redistribution. 9 */ 10 11 /* 12 * Copyright (c) 1983, 1984 1985, 1986, 1987, 1988, Sun Microsystems, Inc. 13 * All Rights Reserved. 14 */ 15 16 #ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.1 */ 17 18 /* t2.c: subroutine sequencing for one table */ 19 # include "t..c" 20 tableput() 21 { 22 saveline(); 23 savefill(); 24 ifdivert(); 25 cleanfc(); 26 getcomm(); 27 getspec(); 28 gettbl(); 29 getstop(); 30 checkuse(); 31 choochar(); 32 maktab(); 33 runout(); 34 release(); 35 rstofill(); 36 endoff(); 37 restline(); 38 } 39