Searched refs:hor (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dbox.c46 * delimiting char, and "hor", as the horizontal one. Uses wborder().
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/devices/grotty/
H A Dtty.cpp311 int n = w / font::hor;
337 int n = w / font::hor;
368 if (w % font::hor != 0)
383 if (h % font::hor != 0)
386 int hpos = h / font::hor;
506 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
509 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
514 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
519 add_char(vline_char, font::hor, env->hpos, v, env->col, env->fill,
531 if (len >= 0 && len <= font::hor)
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dfontfile.cpp39 int font::hor = 1; member in class:font
H A Dfont.cpp817 { "hor", &font::hor },
1034 if (hor < 1) {
1035 t.error("bad `hor' value");
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dfont.h73 static int hor; member in class:font
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grodvi/
H A Ddvi.cpp206 if (font::hor != 1)
207 fatal("hor must be equal to 1");
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libdriver/
H A Dinput.cpp1634 if (int_arg != font::hor)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dpost-html.cpp4202 if (font::hor != 24)
4220 space_width = font::hor;
4944 int r = font::hor;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dps.cpp621 if (font::hor != 1)

Completed in 194 milliseconds