Home
last modified time | relevance | path

Searched refs:pfx_end (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/less/
H A Dline.c33 size_t pfx_end; /* Number of chars in pfx */ member
232 linebuf.pfx_end = 0; in prewind()
310 set_pfx(linebuf.pfx_end++, ch, attr); in add_pfx()
347 while (linebuf.pfx_end < (size_t) status_col_width) /*{{type-issue}}*/ in plinestart()
376 end_column = (int) linebuf.pfx_end; /*{{type-issue}}*/ in plinestart()
404 end_column = (int) linebuf.pfx_end; /*{{type-issue}}*/ in pshift_all()
856 int to_tab = col - (int) linebuf.pfx_end; /*{{type-issue}}*/
1464 if (i < linebuf.pfx_end) in skip_columns()
1469 i += linebuf.print - linebuf.pfx_end; in skip_columns()