|
|
1.1 ! root 1: #ifndef lint ! 2: static char sccsid[] = "@(#)t0.c 4.2 8/11/83"; ! 3: #endif ! 4: ! 5: /* t0.c: storage allocation */ ! 6: # ! 7: # include "t..c" ! 8: int expflg = 0; ! 9: int ctrflg = 0; ! 10: int boxflg = 0; ! 11: int dboxflg = 0; ! 12: int tab = '\t'; ! 13: int linsize; ! 14: int pr1403; ! 15: int delim1, delim2; ! 16: int evenup[MAXCOL], evenflg; ! 17: int F1 = 0; ! 18: int F2 = 0; ! 19: int allflg = 0; ! 20: int leftover = 0; ! 21: int textflg = 0; ! 22: int left1flg = 0; ! 23: int rightl = 0; ! 24: char *cstore, *cspace; ! 25: char *last; ! 26: struct colstr *table[MAXLIN]; ! 27: int style[MAXHEAD][MAXCOL]; ! 28: int ctop[MAXHEAD][MAXCOL]; ! 29: char font[MAXHEAD][MAXCOL][2]; ! 30: char csize[MAXHEAD][MAXCOL][4]; ! 31: char vsize[MAXHEAD][MAXCOL][4]; ! 32: int lefline[MAXHEAD][MAXCOL]; ! 33: char cll[MAXCOL][CLLEN]; ! 34: /*char *rpt[MAXHEAD][MAXCOL];*/ ! 35: /*char rpttx[MAXRPT];*/ ! 36: int stynum[MAXLIN+1]; ! 37: int nslin, nclin; ! 38: int sep[MAXCOL]; ! 39: int fullbot[MAXLIN]; ! 40: char *instead[MAXLIN]; ! 41: int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; ! 42: int linestop[MAXLIN]; ! 43: int nlin, ncol; ! 44: int iline = 1; ! 45: char *ifile = "Input"; ! 46: int texname = 'a'; ! 47: int texct = 0; ! 48: char texstr[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWYXZ0123456789"; ! 49: int linstart; ! 50: char *exstore, *exlim; ! 51: FILE *tabin /*= stdin */; ! 52: FILE *tabout /* = stdout */;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.