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

/freebsd-13-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.c1267 int cvt_len; local
1390 cvt_len = cvt_length(line_len, cvt_ops);
1391 cline = (char *) ecalloc(1, cvt_len);
1392 chpos = cvt_alloc_chpos(cvt_len);

Completed in 108 milliseconds