Searched refs:mvwaddstr (Results 1 – 5 of 5) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | menubox.c | 89 mvwaddstr(win, line_y, item_x, menu_item); in do_print_item()
|
D | util.c | 260 mvwaddstr(stdscr, 0, 1, (char *)dlg.backtitle); in dialog_clear()
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 667 static inline int mvwaddstr ( WINDOW *win, int y, int x, const char *str ) { in mvwaddstr() function
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 65 :func:`addstr`, :func:`mvaddstr`, :func:`mvwaddstr`, into a single 216 window to use, instead of using ``stdscr`` by default. :func:`mvwaddstr` follows
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 461 rtn = mvwaddstr(self->win,y,x,str); in PyCursesWindow_AddStr()
|