Let's try this. It's BUGGERED.

This commit is contained in:
rsc 2004-05-15 23:24:00 +00:00
parent 76e6aca867
commit 5cedca1b69
118 changed files with 26947 additions and 1 deletions

25
src/cmd/tbl/t2.c Normal file
View 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();
}