Searched refs:memSset (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wborder.c | 123 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx); in wborder() 147 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx); in wborder()
|
H A D | memSset.c | 50 memSset(chtype *s, chtype c, int n) in memSset() function
|
H A D | whline.c | 59 memSset(fp, horch | win->_attrs, num_chars); in whline()
|
H A D | init_acs.c | 98 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
|
H A D | newwin.c | 65 memSset(&win->_y[counter][0], (chtype) ' ', ncols); in newwin()
|
H A D | wclrtoeol.c | 77 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
|
H A D | curshdr.h | 304 extern void memSset(chtype *, chtype, int);
|
H A D | mapfile-vers | 645 memSset;
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 74 OBJS2= longname.o makenew.o memSset.o meta.o mvcur.o \
|