Searched refs:vline (Results 1 - 13 of 13) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py133 stdscr.vline('a', 3)
134 stdscr.vline('a', 3, curses.A_STANDOUT)
141 stdscr.vline(1,1, 'a', 3)
142 stdscr.vline(1,1, 'a', 3, curses.A_STANDOUT)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_curses.py133 stdscr.vline('a', 3)
134 stdscr.vline('a', 3, curses.A_STANDOUT)
141 stdscr.vline(1,1, 'a', 3)
142 stdscr.vline(1,1, 'a', 3, curses.A_STANDOUT)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
H A Dtextpad.py10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
H A Dcurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro
H A Dncurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
H A Dcurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro
H A Dncurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h415 #ifdef vline
416 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
417 #undef vline macro
418 #define vline UNDEF(vline) macro
1057 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1061 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow
H A Dcurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro
H A Dncurses.h730 extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
982 #define vline(ch, n) wvline(stdscr, ch, n) macro

Completed in 144 milliseconds