Searched refs:vline (Results 1 – 14 of 14) sorted by relevance
| /freebsd/share/examples/bootforth/ |
| H A D | frames.4th | 60 : vline ( len x y -- ) \ Draw vertical single line 73 vline \ Draw left vert line 75 vline \ Draw right vert line
|
| /freebsd/stand/forth/ |
| H A D | frames.4th | 111 : vline ( len x y -- ) \ Draw vertical single line 138 vline \ Draw left vert line 140 vline \ Draw right vert line
|
| /freebsd/usr.bin/grdc/ |
| H A D | grdc.c | 141 vline(ACS_VLINE, YDEPTH); in main() 144 vline(ACS_VLINE, YDEPTH); in main()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | lib_util.c | 988 cchar_t hline, vline, corner; in draw_borders() local 996 setcchar(&vline, L"-", 0, 0, NULL); in draw_borders() 997 ts = bs = &vline; in draw_borders()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 386 "vline" @273 NONAME
|
| H A D | ncurses.ref | 294 "vline" @273 NONAME ; generated
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 547 curs_border.3 vline.3 \
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 1061 #undef vline 1062 int vline(
|
| H A D | llib-lncurses | 1058 #undef vline 1059 int vline(
|
| H A D | llib-lncursestw | 1183 #undef vline 1184 int vline(
|
| H A D | llib-lncursesw | 1180 #undef vline 1181 int vline(
|
| /freebsd/contrib/ncurses/include/ |
| H A D | curses.h.in | 835 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */ 1269 #define vline(ch, n) wvline(stdscr, ch, (n)) macro
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 4430 report_return(vline(ch[0], count)); in cmd_vline()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 14170 + CAUTION: changed order of parameters in vline() and hline() of
|