Searched defs:tabwidth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h64 size_t tabwidth; /* Distance of tab positions. */ member in struct:termp
H A Dmdoc_term.c266 p->tabwidth = term_len(p, 5);
1531 size_t tabwidth, lm, len, rm, rmax; local
1571 tabwidth = p->tabwidth;
1573 p->tabwidth = term_len(p, 8);
1617 p->tabwidth = tabwidth;

Completed in 63 milliseconds