Home
last modified time | relevance | path

Searched refs:lwid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtv.c19 drawvert(int start, int end, int c, int lwid) in drawvert() argument
27 for(ln=0; ln<lwid; ln++) in drawvert()
30 pos = 2*ln-lwid+1; in drawvert()
47 if (lwid>1) in drawvert()
54 if (lwid==1) in drawvert()
85 if (lwid>1) in drawvert()
92 else if (lwid==1) in drawvert()
H A Dt8.c38 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; in putline() local
122 if (watchout==0 && i+1<nlin && (lf=left(i,c, &lwid))>=0) in putline()
125 drawvert(lf, i, c, lwid); in putline()
233 (cmidx == (ctop [stynum[nl]][c+1]==0)) && (left(i,c+1,&lwid)<0); in putline()
284 int c, s, pl, lwid, dv, lf, ct; in funnies() local
335 if (stl+1< nlin && (lf=left(stl,c,&lwid))>=0) in funnies()
341 drawvert(lf, stl, c, lwid); in funnies()
H A Dt7.c117 int i, c, lf, lwid; in deftail() local
143 if ((lf=left(nlin-1,c, &lwid))>=0) in deftail()
148 drawvert(lf, nlin-1, c, lwid); in deftail()