Home
last modified time | relevance | path

Searched refs:cll (Results 1 – 10 of 10) sorted by relevance

/original-bsd/old/tbl/
H A Dt4.c19 cll[icol][0]=0; in getspec()
191 snp = cll [icol-1]; in readspec()
203 if (snp==cll[icol-1] && c=='(') in readspec()
215 if (snp-cll[icol-1]>CLLEN) in readspec()
H A Dtg.c41 if (cll[icol][0])
42 fprintf(tabout, ".ll %sn\n", cll[icol]);
H A Dt0.c37 char cll[MAXCOL][CLLEN]; variable
H A Dt..c25 extern char cll[MAXCOL][CLLEN];
H A Dt6.c93 if (cll[icol][0]) in maktab()
95 fprintf(tabout, ".nr %d %sn\n", TMP, cll[icol]); in maktab()
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dtextblocks.c64 if(cll[icol][0])
65 printf(".ll %sn\n", cll[icol]);
H A Dspecs.c28 cll[icol][0] = 0; in getspec()
259 snp = cll[icol - 1]; in readspec()
272 if(snp == cll[icol - 1] && c == '('){ in readspec()
283 if(snp - cll[icol - 1] > CLLEN) in readspec()
H A Dext.h17 extern char cll[MAXCOL][CLLEN];
H A Dglobals.c42 char cll[MAXCOL][CLLEN]; /* minimum colwumn width wanted */ variable
H A Dmaktab.c134 if(cll[icol][0]){ in maktab()
135 printf(".nr %d %sn\n", TMP, cll[icol]); in maktab()