Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dline.c33 int pfx_end; /* Number of chars in pfx */ member
234 linebuf.pfx_end = 0; in prewind()
312 set_pfx(linebuf.pfx_end++, ch, attr); in add_pfx()
350 while (linebuf.pfx_end < status_col_width) in plinestart()
378 end_column = linebuf.pfx_end; in plinestart()
406 end_column = linebuf.pfx_end; in pshift_all()
835 int to_tab = end_column - linebuf.pfx_end; in store_tab()
1308 if (i < linebuf.pfx_end) in gline()
1313 i += linebuf.print - linebuf.pfx_end; in gline()