Home
last modified time | relevance | path

Searched defs:mvdelch (Results 1 – 6 of 6) sorted by relevance

/titanic_52/usr/src/lib/libcurses/screen/
H A D_mvdelch.c49 mvdelch(int y, int x) in mvdelch() function
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelch.c61 (mvdelch)(y, x) variable
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelch.c64 mvdelch(int y, int x) in mvdelch() function
/titanic_52/usr/src/ucbhead/
H A Dcurses.h146 #define mvdelch(y, x) mvwdelch(stdscr, y, x) macro
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h863 #define mvdelch(y, x) (move(y, x) ? ERR : delch()) macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h916 #define mvdelch(y,x) (move(y,x)?ERR:delch()) macro