Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A Dwborder.c125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx); in wborder()
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx); in wborder()
H A DmemSset.c52 memSset(chtype *s, chtype c, int n) in memSset() function
H A Dwhline.c61 memSset(fp, horch | win->_attrs, num_chars); in whline()
H A Dinit_acs.c100 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
H A Dnewwin.c67 memSset(&win->_y[counter][0], (chtype) ' ', ncols); in newwin()
H A Dwclrtoeol.c79 memSset(&win->_y[y][x], win->_bkgd, maxx - x); in wclrtoeol()
H A Dcurshdr.h306 extern void memSset(chtype *, chtype, int);
H A Dmapfile-vers470 memSset;
H A Dllib-lcurses788 /* memSset.c */
789 void memSset(chtype *s, chtype c, int n);
/titanic_44/usr/src/lib/libcurses/
H A DMakefile.com73 OBJS2= longname.o makenew.o memSset.o meta.o mvcur.o \