Lines Matching refs:lf
40 int c, lf, ct, form, lwid, vspf, ip = -1, cmidx, exvspen, vforml; in putline() local
66 lf = prev(nl); in putline()
86 if (lf>=0) in putline()
87 if (vspen(table[lf][c].col)) vspf=1; in putline()
102 lf=prev(nl); in putline()
103 if (lf>=0 && vspen(table[lf][c].col)) in putline()
124 if (watchout==0 && i+1<nlin && (lf=left(i,c, &lwid))>=0) in putline()
127 drawvert(lf, i, c, lwid); in putline()
132 for(lf=prev(nl); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) in putline()
133 vforml= lf; in putline()
260 if (vspen(table[nl][c].col) && (nl==0 || (lf=prev(nl))<0 || !vspen(table[lf][c].col))) in putline()
285 int c, s, pl, lwid, dv, lf, ct; in funnies() local
336 if (stl+1< nlin && (lf=left(stl,c,&lwid))>=0) in funnies()
342 drawvert(lf, stl, c, lwid); in funnies()