plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

t2.c (296B)


      1 /* t2.c:  subroutine sequencing for one table */
      2 # include "t.h"
      3 void
      4 tableput(void)
      5 {
      6 	saveline();
      7 	savefill();
      8 	ifdivert();
      9 	cleanfc();
     10 	getcomm();
     11 	getspec();
     12 	gettbl();
     13 	getstop();
     14 	checkuse();
     15 	choochar();
     16 	maktab();
     17 	runout();
     18 	release();
     19 	rstofill();
     20 	endoff();
     21 	freearr();
     22 	restline();
     23 }