Lines Matching refs:len
60 int ch, len, tlen; in bytes() local
82 for (t = p - 1, len = 0; t >= sp; --t, ++len) in bytes()
83 if (*t == '\n' && len) { in bytes()
84 WR(t + 1, len); in bytes()
85 len = 0; in bytes()
88 tlen = len; in bytes()
89 for (t = ep - 1, len = 0; t >= p; --t, ++len) in bytes()
91 if (len) { in bytes()
92 WR(t + 1, len); in bytes()
93 len = 0; in bytes()
100 if (len) in bytes()
101 WR(t + 1, len); in bytes()
106 if (wrap && (len = ep - p)) in bytes()
107 WR(p, len); in bytes()
108 len = p - sp; in bytes()
109 if (len) in bytes()
110 WR(sp, len); in bytes()
132 uint_t len; in lines() member
160 bcopy(sp, llines[recno].l, llines[recno].len = cnt); in lines()
177 llines[recno].len = cnt; in lines()
186 WR(llines[cnt].l, llines[cnt].len); in lines()
189 WR(llines[cnt].l, llines[cnt].len); in lines()
193 WR(llines[cnt].l, llines[cnt].len); in lines()
195 WR(llines[cnt].l, llines[cnt].len); in lines()