Home
last modified time | relevance | path

Searched refs:TMALLOC (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/byacc/dist/
H A Dsymtab.c41 bp = TMALLOC(bucket, 1); in make_bucket()
47 bp->name = TMALLOC(char, strlen(name) + 1); in make_bucket()
96 symbol_table = TMALLOC(bucket *, TABLE_SIZE); in create_symbol_table()
H A Dreader.c136 line = TMALLOC(char, linesize); in get_line()
176 p = TMALLOC(char, s - line + 1); in dup_line()
766 p = TMALLOC(param, 1); in save_param()
870 buf = TMALLOC(char, buf_size); in copy_param()
1087 s = TMALLOC(char, n); in get_literal()
1229 : TMALLOC(char *, tagmax)); in cache_tag()
1233 s = TMALLOC(char, len + 1); in cache_tag()
1516 cache = TMALLOC(char, cache_size); in read_declarations()
3083 *des = d = TMALLOC(char, len); in protect_string()
3144 v = TMALLOC(bucket *, nsyms); in pack_symbols()
[all …]
H A Dmstring.c130 struct mstring *n = TMALLOC(struct mstring, 1); in msnew()
H A Dmain.c414 char *result = TMALLOC(char, len + strlen(suffix) + 1); in alloc_file_name()
448 file_prefix = TMALLOC(char, len + 1); in create_file_names()
H A Dverbose.c31 null_rules = TMALLOC(Value_t, nrules); in verbose()
H A Dmkpar.c199 rules_used = TMALLOC(Value_t, nrules); in unused_rules()
H A Ddefs.h169 #define TMALLOC(t,n) ((t*) malloc((size_t)(n) * sizeof(t))) macro
H A Dlr0.c548 nullable = TMALLOC(char, nsyms); in set_nullable()
H A Doutput.c327 translate = TMALLOC(int, nstates); in output_accessing_symbols()
1290 symnam = TMALLOC(const char *, max + 2); in output_debug()
H A DCHANGES1091 use TMALLOC() and TREALLOC() macros to simplify allocation/reallocation
1099 Also define new TMALLOC and TREALLOC macros to simplify/replace MALLOC and
1103 use TMALLOC() and TREALLOC() macros to simplify allocation/reallocation
1109 use TMALLOC() and TREALLOC() macros to simplify allocation/reallocation