Searched refs:XNMALLOC (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dxalloc.h78 /* extern t *XNMALLOC (size_t n, typename t); */
79 #define XNMALLOC(n, t) \ macro
217 return XNMALLOC (n, char);
H A Dfatal-signal.c225 XNMALLOC (new_actions_allocated, actions_entry_t);
H A Dw32spawn.h140 new_argv = XNMALLOC (1 + argc + 1, char *);

Completed in 209 milliseconds