Searched refs:memSset (Results 1 – 10 of 10) sorted by relevance
| /titanic_44/usr/src/lib/libcurses/screen/ |
| H A D | wborder.c | 125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx); in wborder() 149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx); in wborder()
|
| H A D | memSset.c | 52 memSset(chtype *s, chtype c, int n) in memSset() function
|
| H A D | whline.c | 61 memSset(fp, horch | win->_attrs, num_chars); in whline()
|
| H A D | init_acs.c | 100 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
|
| H A D | newwin.c | 67 memSset(&win->_y[counter][0], (chtype) ' ', ncols); in newwin()
|
| H A D | wclrtoeol.c | 79 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
|
| H A D | curshdr.h | 306 extern void memSset(chtype *, chtype, int);
|
| H A D | mapfile-vers | 470 memSset;
|
| H A D | llib-lcurses | 788 /* memSset.c */ 789 void memSset(chtype *s, chtype c, int n);
|
| /titanic_44/usr/src/lib/libcurses/ |
| H A D | Makefile.com | 73 OBJS2= longname.o makenew.o memSset.o meta.o mvcur.o \
|