Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_layout.c64 enum tbl_cellt, int vert);
211 int vert, i; in cell() local
216 for (vert = 0; '|' == p[*pos]; ++*pos) in cell()
217 vert++; in cell()
274 if (vert > 2) { in cell()
281 return(mods(tbl, cell_alloc(tbl, rp, c, vert), ln, p, pos)); in cell()
351 int vert) in cell_alloc() argument
368 p->vert = vert; in cell_alloc()
379 hp->vert = vert; in cell_alloc()
H A Dtbl_term.c206 width += 2 - hp->vert; in tbl_rulewidth()
229 if (hp->prev && hp->vert) in tbl_hrule()
230 tbl_char(tp, '+', hp->vert); in tbl_hrule()
248 if (hp->prev && hp->vert) in tbl_hframe()
249 tbl_char(tp, (outer ? '-' : '+'), hp->vert); in tbl_hframe()
319 if (0 < hp->vert) in tbl_vrule()
320 tbl_char(tp, '|', hp->vert); in tbl_vrule()
321 if (2 > hp->vert) in tbl_vrule()
322 tbl_char(tp, ASCII_NBRSP, 2 - hp->vert); in tbl_vrule()
H A Dmandoc.h190 int vert; /* width of preceding vertical line */ member
213 int vert; /* width of preceding vertical line */ member
/titanic_41/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_41/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_41/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h47 short vert; member
/titanic_41/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC42 vert 1
/titanic_41/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c149 fscanf(fin, "%hd", &dev.vert); in main()