Searched refs:cvt_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Dtags.c473 int cvt_len = cvt_length(line_len, cvt_ops); local
474 int *chpos = cvt_alloc_chpos(cvt_len);
475 char *cline = (char *) ecalloc(1, cvt_len);
H A Dsearch.c1178 int cvt_len; local
1263 cvt_len = cvt_length(line_len, cvt_ops);
1264 cline = (char *) ecalloc(1, cvt_len);
1265 chpos = cvt_alloc_chpos(cvt_len);

Completed in 172 milliseconds