Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Dmenubox.c89 mvwaddstr(win, line_y, item_x, menu_item); in do_print_item()
Dutil.c260 mvwaddstr(stdscr, 0, 1, (char *)dlg.backtitle); in dialog_clear()
/external/syslinux/gpxe/src/include/
Dcurses.h667 static inline int mvwaddstr ( WINDOW *win, int y, int x, const char *str ) { in mvwaddstr() function
/external/python/cpython2/Doc/howto/
Dcurses.rst65 :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.c461 rtn = mvwaddstr(self->win,y,x,str); in PyCursesWindow_AddStr()