HomeSort by: relevance | last modified time | path
    Searched defs:to_tab (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 837 int to_tab = end_column - linebuf.pfx_end; local
839 if (ntabstops < 2 || to_tab >= tabstops[ntabstops-1])
840 to_tab = tabdefault -
841 ((to_tab - tabstops[ntabstops-1]) % tabdefault);
846 if (to_tab >= tabstops[i])
848 to_tab = tabstops[i+1] - to_tab;
853 } while (--to_tab > 0);

Completed in 15 milliseconds