Home
last modified time | relevance | path

Searched refs:vline (Results 1 – 14 of 14) sorted by relevance

/freebsd/share/examples/bootforth/
H A Dframes.4th60 : 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 Dframes.4th111 : 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 Dgrdc.c141 vline(ACS_VLINE, YDEPTH); in main()
144 vline(ACS_VLINE, YDEPTH); in main()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c988 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 Dncurses.def386 "vline" @273 NONAME
H A Dncurses.ref294 "vline" @273 NONAME ; generated
/freebsd/lib/ncurses/tinfo/
H A DMakefile547 curs_border.3 vline.3 \
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1061 #undef vline
1062 int vline(
H A Dllib-lncurses1058 #undef vline
1059 int vline(
H A Dllib-lncursestw1183 #undef vline
1184 int vline(
H A Dllib-lncursesw1180 #undef vline
1181 int vline(
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in835 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 Dcurses_commands.c4430 report_return(vline(ch[0], count)); in cmd_vline()
/freebsd/contrib/ncurses/
H A DNEWS14170 + CAUTION: changed order of parameters in vline() and hline() of