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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 98 stdscr.insnstr('abc', 3)
99 stdscr.insnstr('abc', 3, curses.A_BOLD)
100 stdscr.insnstr(5, 5, 'abc', 3)
101 stdscr.insnstr(5, 5, 'abc', 3, curses.A_BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 98 stdscr.insnstr('abc', 3)
99 stdscr.insnstr('abc', 3, curses.A_BOLD)
100 stdscr.insnstr(5, 5, 'abc', 3)
101 stdscr.insnstr(5, 5, 'abc', 3, curses.A_BOLD)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 301 #ifdef insnstr
302 inline int UNDEF(insnstr)(const char *_str, int n) { function
303 return insnstr(_str, n); }
304 #undef insnstr macro
305 #define insnstr UNDEF(insnstr) macro
    [all...]
curses.h 603 extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
1167 #define insnstr macro
    [all...]
ncurses.h 603 extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
1167 #define insnstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 301 #ifdef insnstr
302 inline int UNDEF(insnstr)(const char *_str, int n) { function
303 return insnstr(_str, n); }
304 #undef insnstr macro
305 #define insnstr UNDEF(insnstr) macro
    [all...]
curses.h 622 extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
1196 #define insnstr macro
    [all...]
ncurses.h 622 extern NCURSES_EXPORT(int) insnstr (const char *, int); /* generated */
1196 #define insnstr macro
    [all...]

Completed in 213 milliseconds