3252 Need a proper flock() implementation
[unleashed.git] / usr / src / cmd / tbl / t2.c
blob4f3a280bbd370a210370d594f5838d38a1e93011
1 /*
2 * Copyright 1990 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
6 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
7 /* All Rights Reserved */
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.
15 #pragma ident "%Z%%M% %I% %E% SMI"
17 /* t2.c: subroutine sequencing for one table */
18 # include "t..c"
20 void
21 tableput(void)
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();