Let's try this. It's BUGGERED.
This commit is contained in:
parent
76e6aca867
commit
5cedca1b69
118 changed files with 26947 additions and 1 deletions
25
src/cmd/tbl/t2.c
Normal file
25
src/cmd/tbl/t2.c
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* t2.c: subroutine sequencing for one table */
|
||||
# include "t.h"
|
||||
void
|
||||
tableput(void)
|
||||
{
|
||||
saveline();
|
||||
savefill();
|
||||
ifdivert();
|
||||
cleanfc();
|
||||
getcomm();
|
||||
getspec();
|
||||
gettbl();
|
||||
getstop();
|
||||
checkuse();
|
||||
choochar();
|
||||
maktab();
|
||||
runout();
|
||||
release();
|
||||
rstofill();
|
||||
endoff();
|
||||
freearr();
|
||||
restline();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue