Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dterm.h62 size_t tabwidth; /* Distance of tab positions. */ member
H A Dterm.c143 vend = (vis / p->tabwidth + 1) * p->tabwidth; in term_flushln()
203 vbl += ntab * p->tabwidth; in term_flushln()
H A Dmdoc_term.c263 p->tabwidth = term_len(p, 5); in terminal_mdoc()
1542 size_t tabwidth, lm, len, rm, rmax; in termp_bd_pre() local
1582 tabwidth = p->tabwidth; in termp_bd_pre()
1584 p->tabwidth = term_len(p, 8); in termp_bd_pre()
1635 p->tabwidth = tabwidth; in termp_bd_pre()
H A Dterm_ascii.c72 p->tabwidth = 5; in ascii_init()
H A Dman_term.c149 p->tabwidth = term_len(p, 5); in terminal_man()