Home
last modified time | relevance | path

Searched defs:mvaddch (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libcurses/screen/
H A D_mvaddch.c40 mvaddch(int y, int x, chtype ch) in mvaddch() function
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddch.c64 mvaddch(int y, int x, chtype ch) in mvaddch() function
/titanic_52/usr/src/ucbhead/
H A Dcurses.h141 #define mvaddch(y, x, ch) mvwaddch(stdscr, y, x, ch) macro
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch)) macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch)) macro