Searched refs:SMALLOC (Results 1 – 1 of 1) sorted by relevance
30 #define SMALLOC (short *)malloc macro56 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()