Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c30 #define SMALLOC (short *)malloc macro
56 if ((win->_firstch = SMALLOC(nl * sizeof (win->_firstch[0]))) == NULL) { in newwin()
61 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) { in newwin()