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