Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucblib/libcurses/
H A Dnewwin.c32 #define SMALLOC (short *)malloc macro
58 if ((win->_firstch = SMALLOC(nl * sizeof (win->_firstch[0]))) == NULL) { in newwin()
63 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) { in newwin()