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

/freebsd-13-stable/contrib/less/
H A Dline.c33 int pfx_end; /* Number of chars in pfx */ member in struct:__anon1053
209 linebuf.pfx_end = 0;
275 set_pfx(linebuf.pfx_end++, ch, attr);
318 while (linebuf.pfx_end < status_col_width)
339 end_column = linebuf.pfx_end;
389 end_column = linebuf.pfx_end;
781 int to_tab = end_column - linebuf.pfx_end;
1267 if (i < linebuf.pfx_end)
1272 i += linebuf.print - linebuf.pfx_end;

Completed in 56 milliseconds