Searched refs:vert (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_term.c | 67 int ic, horiz, spans, vert; in term_tbl() local 118 if (sp->layout->vert || in term_tbl() 119 (sp->prev != NULL && sp->prev->layout->vert) || in term_tbl() 141 vert = cp == NULL ? 0 : cp->vert; in term_tbl() 167 if (vert > 0) in term_tbl() 168 tbl_char(tp, '|', vert); in term_tbl() 169 if (vert < 2) in term_tbl() 170 tbl_char(tp, ASCII_NBRSP, 2 - vert); in term_tbl() 177 if (sp->layout->last->vert || in term_tbl() 178 (sp->prev != NULL && sp->prev->layout->last->vert) || in term_tbl() [all …]
|
H A D | tbl_layout.c | 140 if (cp->vert < 2) in mods() 141 cp->vert++; in mods() 202 if (rp->vert < 2) in cell() 203 rp->vert++; in cell() 298 if (tbl->opts.lvert < rp->vert) in tbl_layout() 299 tbl->opts.lvert = rp->vert; in tbl_layout() 302 tbl->opts.rvert < rp->last->vert) in tbl_layout() 303 tbl->opts.rvert = rp->last->vert; in tbl_layout()
|
H A D | mandoc.h | 234 int vert; /* width of subsequent vertical line */ member 256 int vert; /* width of left vertical line */ member
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | box.c | 32 box(WINDOW *win, char vert, char hor) in box() argument 46 win->_y[i][0] = (win->_y[i][endx] = vert); in box()
|
/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | dev.h | 52 short vert; member
|
H A D | makedev.c | 144 fscanf(fin, "%hd", &dev.vert); in main()
|
H A D | t10.c | 118 Vert = dev.vert; in ptinit()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/common/ |
H A D | dev.h | 47 short vert; member
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/ |
H A D | DESC | 42 vert 1
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/ |
H A D | makedev.c | 149 fscanf(fin, "%hd", &dev.vert); in main()
|