Searched defs:chstr (Results 1 - 2 of 2) sorted by relevance
| /src/lib/libcurses/ |
| H A D | inchstr.c | 62 inchnstr(chtype *chstr, int n) argument 82 mvinchnstr(int y, int x, chtype *chstr, int n) argument 105 mvwinchnstr(WINDOW * win,int y,int x,chtype * chstr,int n) argument 135 winchnstr(WINDOW * win,chtype * chstr,int n) argument [all...] |
| H A D | addchnstr.c | 49 addchstr(const chtype *chstr) argument 59 waddchstr(WINDOW *win, const chtype *chstr) argument 70 addchnstr(const chtype *chstr, int n) argument 80 mvaddchstr(int y, int x, const chtype *chstr) argument 90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr) argument 101 mvaddchnstr(int y,int x,const chtype * chstr,int n) argument 112 mvwaddchnstr(WINDOW * win,int y,int x,const chtype * chstr,int n) argument 132 waddchnstr(WINDOW * win,const chtype * chstr,int n) argument [all...] |
Completed in 3 milliseconds