xref: /illumos-gate/usr/src/cmd/tbl/t2.c (revision 2a8bcb4e)
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  /* t2.c:  subroutine sequencing for one table */
16 # include "t..c"
17 
18 void
tableput(void)19 tableput(void)
20 {
21 saveline();
22 savefill();
23 ifdivert();
24 cleanfc();
25 getcomm();
26 getspec();
27 gettbl();
28 getstop();
29 checkuse();
30 choochar();
31 maktab();
32 runout();
33 release();
34 rstofill();
35 endoff();
36 restline();
37 }
38