Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A D_mvaddchstr.c49 mvaddchstr(int y, int x, chtype *s) in mvaddchstr() function
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddchn.c125 mvaddchstr(y, x, chs) in mvaddchstr() function
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddchn.c102 mvaddchstr(int y, int x, const chtype *chs) in mvaddchstr() function
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h750 #define mvaddchstr(y, x, chs) \ macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs)) macro