Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tbl/
H A Dt3.c30 "doublebox", &dboxflg,
31 "DOUBLEBOX", &dboxflg,
34 "doubleframe", &dboxflg,
35 "DOUBLEFRAME", &dboxflg,
H A Dt7.c28 if (boxflg || allflg || dboxflg) need(); in runout()
133 if (boxflg || allflg || dboxflg) { /* bottom of table line */ in deftail()
137 drawline(nlin,0,ncol, dboxflg ? '=' : '-',1,0); in deftail()
153 if (boxflg || allflg || dboxflg) /* right hand line */ in deftail()
157 drawvert (0, nlin-1, ncol, dboxflg? 2 : 1); in deftail()
H A Dti.c27 if (dboxflg) in interv()
51 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 Dt0.c23 int dboxflg = 0; variable
H A Dtu.c168 if (boxflg || allflg || dboxflg) in getstop()
211 if (dboxflg && c==0) return(2); in lefdata()
H A Dt..c49 extern int dboxflg;
H A Dt8.c45 if (i==0 && ( allflg || boxflg || dboxflg)) in putline()
46 fullwide(0, dboxflg? '=' : '-'); in putline()