Home
last modified time | relevance | path

Searched refs:dboxflg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt3.c28 "doublebox", &dboxflg,
29 "DOUBLEBOX", &dboxflg,
32 "doubleframe", &dboxflg,
33 "DOUBLEFRAME", &dboxflg,
H A Dt7.c26 if (boxflg || allflg || dboxflg) need(); in runout()
132 if (boxflg || allflg || dboxflg) { /* bottom of table line */ in deftail()
136 drawline(nlin,0,ncol, dboxflg ? '=' : '-',1,0); in deftail()
152 if (boxflg || allflg || dboxflg) /* right hand line */ in deftail()
156 drawvert (0, nlin-1, ncol, dboxflg? 2 : 1); in deftail()
H A Dti.c25 if (dboxflg) in interv()
49 if (fullbot[i]== '=' || (dboxflg && (i==0 || i>= nlin-1))) in interh()
H A Dt6.c170 if (boxflg || dboxflg || allflg) in maktab()
180 tsep= (boxflg || allflg || dboxflg || left1flg) ? 1 : 0; in maktab()
197 if (boxflg || allflg || dboxflg) in maktab()
H A Dtu.c166 if (boxflg || allflg || dboxflg) in getstop()
209 if (dboxflg && c==0) return(2); in lefdata()
H A Dt0.c21 int dboxflg = 0; variable
H A Dt..c47 extern int dboxflg;
H A Dt8.c43 if (i==0 && ( allflg || boxflg || dboxflg)) in putline()
44 fullwide(0, dboxflg? '=' : '-'); in putline()