Lines Matching refs:lf
38 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; in putline() local
64 lf = prev(nl); in putline()
84 if (lf>=0) in putline()
85 if (vspen(table[lf][c].col)) vspf=1; in putline()
100 lf=prev(nl); in putline()
101 if (lf>=0 && vspen(table[lf][c].col)) in putline()
122 if (watchout==0 && i+1<nlin && (lf=left(i,c, &lwid))>=0) in putline()
125 drawvert(lf, i, c, lwid); in putline()
130 for(lf=prev(nl); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) in putline()
131 vforml= lf; in putline()
259 if (vspen(table[nl][c].col) && (nl==0 || (lf=prev(nl))<0 || !vspen(table[lf][c].col))) 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()