Home
last modified time | relevance | path

Searched refs:mvwdelch (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/include/
Dcurses.h672 static inline int mvwdelch ( WINDOW *win, int y, int x ) { in mvwdelch() function
/external/python/cpython2/Modules/
D_cursesmodule.c657 #define py_mvwdelch mvwdelch
661 mvwdelch(w,y,x); in py_mvwdelch()
/external/python/cpython3/Modules/
D_cursesmodule.c923 #define py_mvwdelch mvwdelch
927 mvwdelch(w,y,x); in py_mvwdelch()
/external/python/cpython2/
Dconfigure.ac4507 # On HP/UX 11.0, mvwdelch is a block with a return statement
4508 AC_MSG_CHECKING(whether mvwdelch is an expression)
4512 rtn = mvwdelch(0,0,0);
4521 [Define if mvwdelch in curses.h is an expression.])
Dpyconfig.h.in941 /* Define if mvwdelch in curses.h is an expression. */
Dconfigure14617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mvwdelch is an expression" >&5
14618 $as_echo_n "checking whether mvwdelch is an expression... " >&6; }
/external/python/cpython3/
Dconfigure.ac4948 # On HP/UX 11.0, mvwdelch is a block with a return statement
4949 AC_MSG_CHECKING(whether mvwdelch is an expression)
4953 rtn = mvwdelch(0,0,0);
4962 [Define if mvwdelch in curses.h is an expression.])
Dpyconfig.h.in1217 /* Define if mvwdelch in curses.h is an expression. */
Dconfigure15820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mvwdelch is an expression" >&5
15821 $as_echo_n "checking whether mvwdelch is an expression... " >&6; }