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