t2.c revision 381:1a7f0e46092a
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
20void
21tableput(void)
22{
23saveline();
24savefill();
25ifdivert();
26cleanfc();
27getcomm();
28getspec();
29gettbl();
30getstop();
31checkuse();
32choochar();
33maktab();
34runout();
35release();
36rstofill();
37endoff();
38restline();
39}
40