/external/bison/lib/ |
xalloc.h | 110 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s) 113 xnrealloc (void *p, size_t n, size_t s) function 234 xnrealloc (T *p, size_t n, size_t s) function 236 return (T *) xnrealloc ((void *) p, n, s);
|
/external/bison/src/ |
tables.c | 156 table = xnrealloc (table, table_size, sizeof *table); 157 conflict_table = xnrealloc (conflict_table, table_size, 159 check = xnrealloc (check, table_size, sizeof *check);
|
files.c | 376 file_names = xnrealloc (file_names, ++file_names_count,
|
ielr.c | 274 xnrealloc ((*edgesp)[i], nedges + 1, sizeof *(*edgesp)[i]); [all...] |
symtab.c | 909 symbols = xnrealloc (symbols, nsyms, sizeof *symbols);
|
scan-code.l | 353 variant_table = xnrealloc (variant_table, variant_table_size,
|
scan-code.c | [all...] |