Home
last modified time | relevance | path

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

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