Searched refs:mvwdelch (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gpxe/src/include/ |
D | curses.h | 672 static inline int mvwdelch ( WINDOW *win, int y, int x ) { in mvwdelch() function
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 657 #define py_mvwdelch mvwdelch 661 mvwdelch(w,y,x); in py_mvwdelch()
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 923 #define py_mvwdelch mvwdelch 927 mvwdelch(w,y,x); in py_mvwdelch()
|
/external/python/cpython2/ |
D | configure.ac | 4507 # 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.])
|
D | pyconfig.h.in | 941 /* Define if mvwdelch in curses.h is an expression. */
|
D | configure | 14617 { $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/ |
D | configure.ac | 4948 # 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.])
|
D | pyconfig.h.in | 1217 /* Define if mvwdelch in curses.h is an expression. */
|
D | configure | 15820 { $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; }
|