Searched refs:vert (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dbox.c45 * Draw a box around the given window with "vert" as the vertical
49 box(WINDOW *win, chtype vert, chtype hor) argument
51 return (wborder(win, vert, vert, hor, hor, 0, 0, 0, 0));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dfontfile.cpp40 int font::vert = 1; member in class:font
H A Dfont.cpp818 { "vert", &font::vert },
1038 if (vert < 1) {
1039 t.error("bad `vert' value");
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dfont.h74 static int vert; member in class:font
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grotty/
H A Dtty.cpp395 if (v % font::vert != 0)
397 vpos = v / font::vert;
408 // position font::vert.
505 if (len >= 0 && len <= font::vert)
511 len -= font::vert;
512 v += font::vert;
516 len -= font::vert;
517 v += font::vert;
624 if (page_length % font::vert != 0)
626 int lines_per_page = page_length / font::vert;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex344 The norm of a multiple precision integer, for example $\vert \vert x \vert \vert$, will be used to represent the number of digits in the representation
345 of the integer. For example, $\vert \vert 123 \vert \vert = 3$ and $\vert \vert 7945
[all...]
H A Dbn.tex863 This is because $\vert -6 \vert = 6$ and obviously $5 < 6$.
1135 Which assigns $\vert a \vert$ to $b$.
1563 $X$ the operation is performed as $Y \equiv (G^{-1} \mbox{ mod }P)^{\vert X \vert} \mbox{ (mod }P\mbox{)}$ provided that
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp208 if (font::vert != 1)
209 fatal("vert must be equal to 1");
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libdriver/
H A Dinput.cpp1637 if (int_arg != font::vert)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dps.cpp623 if (font::vert != 1)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp4204 if (font::vert != 40)

Completed in 94 milliseconds