Searched defs:vforml (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c51 int c, ct, vforml, lf; local
55 vforml=lform;
57 vforml=lf;
58 if (fspan(vforml,c))
60 switch(ct=ctype(vforml,c))
H A Dt6.c30 int icol, ilin, tsep, k, ik, vforml, il, text; local
44 vforml=ilin;
46 vforml=il;
47 if (fspan(vforml,icol)) continue;
49 switch(ctype(vforml,icol))
71 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n");
88 wide(s, FN(vforml,icol), SZ(vforml,icol)); fprintf(tabout, "\n");
H A Dt8.c40 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; local
131 vforml=i;
133 vforml= lf;
134 form= ctype(vforml,c);
143 fn = font[stynum[vforml]][c];
144 size = csize[stynum[vforml]][c];
146 switch(ct=ctype(vforml, c))

Completed in 57 milliseconds