Home
last modified time | relevance | path

Searched refs:memSset (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c123 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx); in wborder()
147 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx); in wborder()
H A DmemSset.c50 memSset(chtype *s, chtype c, int n) in memSset() function
H A Dwhline.c59 memSset(fp, horch | win->_attrs, num_chars); in whline()
H A Dinit_acs.c98 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
H A Dnewwin.c65 memSset(&win->_y[counter][0], (chtype) ' ', ncols); in newwin()
H A Dwclrtoeol.c77 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
H A Dcurshdr.h304 extern void memSset(chtype *, chtype, int);
H A Dmapfile-vers645 memSset;
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com74 OBJS2= longname.o makenew.o memSset.o meta.o mvcur.o \