Home
last modified time | relevance | path

Searched refs:vert (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dtbl_term.c67 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 Dtbl_layout.c140 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 Dmandoc.h234 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 Dbox.c32 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 Ddev.h52 short vert; member
H A Dmakedev.c144 fscanf(fin, "%hd", &dev.vert); in main()
H A Dt10.c118 Vert = dev.vert; in ptinit()
/titanic_50/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h47 short vert; member
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC42 vert 1
/titanic_50/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c149 fscanf(fin, "%hd", &dev.vert); in main()