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

/freebsd-10.0-release/contrib/mdocml/
H A Dterm.h62 size_t tabwidth; /* Distance of tab positions. */ member in struct:termp
H A Dterm_ascii.c78 p->tabwidth = 5;
H A Dmdoc_term.c264 p->tabwidth = term_len(p, 5);
1604 size_t tabwidth, rm, rmax; local
1628 tabwidth = p->tabwidth;
1630 p->tabwidth = term_len(p, 8);
1670 p->tabwidth = tabwidth;
H A Dterm.c147 vend = (vis / p->tabwidth + 1) * p->tabwidth;
H A Dman_term.c149 p->tabwidth = term_len(p, 5);
/freebsd-10.0-release/bin/ls/
H A Dprint.c241 int tabwidth; local
244 tabwidth = 1;
246 tabwidth = 8;
274 colwidth = (colwidth + tabwidth) & ~(tabwidth - 1);
303 while ((cnt = ((chcnt + tabwidth) & ~(tabwidth - 1)))

Completed in 124 milliseconds