Searched refs:trailspace (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c253 p->trailspace = 0;
508 p->trailspace = 2;
548 p->trailspace = 0;
587 p->trailspace = 1;
643 p->trailspace = 0;
665 p->trailspace = 1;
715 p->trailspace = 0;
772 p->trailspace = mt->offset;
778 p->trailspace = 0;
833 p->trailspace
[all...]
H A Dterm.h67 size_t trailspace; /* See termp_flushln(). */ member in struct:termp
H A Dmdoc_term.c432 p->trailspace = 1;
448 p->trailspace = 0;
495 p->trailspace = 1;
513 p->trailspace = 0;
773 p->trailspace = 1;
792 p->trailspace = 1;
799 p->trailspace = 2;
810 p->trailspace = 0;
813 p->trailspace = 1;
821 p->trailspace
[all...]
H A Dterm.c78 * the next column. However, if less than p->trailspace blanks,
280 p->trailspace * (*p->width)(p, ' '));
289 if (p->trailspace && p->overstep < 0)
301 if (maxvis < vis + p->trailspace * (*p->width)(p, ' ')) {
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c1141 int trailspace; local
1159 trailspace = (flags & HSFSMNT_NOTRAILSPACE) == 0;
1165 if (c <= ' ' && !trailspace) {

Completed in 73 milliseconds