Home
last modified time | relevance | path

Searched refs:addnstr (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py97 stdscr.addnstr('1234', 3)
98 stdscr.addnstr('1234', 3, curses.A_BOLD)
99 stdscr.addnstr(4,4, '1234', 3)
100 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
/external/python/cpython3/Lib/test/
Dtest_curses.py101 stdscr.addnstr('1234', 3)
102 stdscr.addnstr('1234', 3, curses.A_BOLD)
103 stdscr.addnstr(4,4, '1234', 3)
104 stdscr.addnstr(5,5, '1234', 3, curses.A_BOLD)
/external/syslinux/gpxe/src/include/
Dcurses.h486 static inline int addnstr ( const char *str, int n ) { in addnstr() function
/external/python/cpython2/Doc/library/
Dcurses.rst667 .. method:: window.addnstr(str, n[, attr])
668 window.addnstr(y, x, str, n[, attr])
/external/python/cpython3/Doc/library/
Dcurses.rst685 .. method:: window.addnstr(str, n[, attr])
686 window.addnstr(y, x, str, n[, attr])