Searched refs:TMALLOC (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/byacc/
H A Dsymtab.c36 bp = TMALLOC(bucket, 1);
42 bp->name = TMALLOC(char, strlen(name) + 1);
91 symbol_table = TMALLOC(bucket *, TABLE_SIZE);
H A Dmstring.c122 struct mstring *n = TMALLOC(struct mstring, 1);
H A Dreader.c130 line = TMALLOC(char, linesize);
170 p = TMALLOC(char, s - line + 1);
751 p = TMALLOC(param, 1);
855 buf = TMALLOC(char, buf_size);
1071 s = TMALLOC(char, n);
1213 : TMALLOC(char *, tagmax));
1217 s = TMALLOC(char, len + 1);
1416 bp->argnames = TMALLOC(char *, args);
1500 cache = TMALLOC(char, cache_size);
1585 pitem = TMALLOC(bucke
[all...]
H A Dmain.c405 char *result = TMALLOC(char, len + strlen(suffix) + 1);
439 file_prefix = TMALLOC(char, len + 1);
H A Dmkpar.c194 rules_used = TMALLOC(Value_t, nrules);
H A Dverbose.c26 null_rules = TMALLOC(Value_t, nrules);
H A Dlr0.c542 nullable = TMALLOC(char, nsyms);
H A Doutput.c322 translate = TMALLOC(int, nstates);
1281 symnam = TMALLOC(const char *, max + 2);

Completed in 120 milliseconds