Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c856 int to_tab = col - (int) linebuf.pfx_end; /*{{type-issue}}*/
858 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1]) in store_prchar()
859 to_tab = tabdefault - in store_prchar()
860 ((to_tab - tabstops[ntabstops-1]) % tabdefault); in store_prchar()
865 if (to_tab >= tabstops[i]) in store_prchar()
867 to_tab = tabstops[i+1] - to_tab; in flush_mbc_buf()
869 return to_tab; in flush_mbc_buf()
881 int to_tab = tab_spaces(end_column);
884 } while (--to_tab > in pappend()
835 int to_tab = end_column - linebuf.pfx_end; store_tab() local
[all...]