HomeSort by relevance Sort by last modified time
    Searched refs:addstr (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
30 stdscr.addstr(repr(contents))
31 stdscr.addstr('\n')
32 stdscr.addstr('Press any key')
test_curses.py 39 for meth in [stdscr.addch, stdscr.addstr]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
22 stdscr.addstr(uly-2, ulx, "Be sure to try typing in the lower-right corner.")
29 stdscr.addstr(uly+ncols+2, 0, "Text entered in the box\n")
30 stdscr.addstr(repr(contents))
31 stdscr.addstr('\n')
32 stdscr.addstr('Press any key')
test_curses.py 39 for meth in [stdscr.addch, stdscr.addstr]:
  /bionic/libc/netbsd/nameser/
ns_print.c 69 static int addstr(const char *src, size_t len,
132 T(addstr("\t\t\t", (size_t)3, &buf, &buflen));
138 T(addstr("@\t\t\t", (size_t)4, &buf, &buflen));
140 T(addstr(name, (size_t)len, &buf, &buflen));
146 T(addstr(".", (size_t)1, &buf, &buflen));
159 T(addstr(tmp, (size_t)len, &buf, &buflen));
190 T(addstr(" ", (size_t)1, &buf, &buflen));
208 T(addstr(" ", (size_t)1, &buf, &buflen));
212 T(addstr(" (\n", (size_t)3, &buf, &buflen));
220 T(addstr("\t\t\t\t\t", (size_t)5, &buf, &buflen))
885 addstr(const char *src, size_t len, char **buf, size_t *buflen) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 69 #ifdef addstr
70 inline int UNDEF(addstr)(const char * str) { return addstr(str); } function
71 #undef addstr macro
72 #define addstr UNDEF(addstr) macro
930 int addstr(const char* str, int n=-1) { function in class:NCursesWindow
935 int addstr(int y, int x, const char * str, int n=-1) { function in class:NCursesWindow
937 // Move the cursor to the requested position and then perform the addstr
    [all...]
curses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
ncurses.h 523 extern NCURSES_EXPORT(int) addstr (const char *); /* generated */
1009 #define addstr macro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 181 stdscr.addstr(uly-2, ulx, "Use Ctrl-G to end editing.")

Completed in 629 milliseconds