Searched refs:TMALLOC (Results 1 – 10 of 10) sorted by relevance
/minix/external/bsd/byacc/dist/ |
H A D | symtab.c | 41 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 D | reader.c | 136 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 D | mstring.c | 130 struct mstring *n = TMALLOC(struct mstring, 1); in msnew()
|
H A D | main.c | 414 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 D | verbose.c | 31 null_rules = TMALLOC(Value_t, nrules); in verbose()
|
H A D | mkpar.c | 199 rules_used = TMALLOC(Value_t, nrules); in unused_rules()
|
H A D | defs.h | 169 #define TMALLOC(t,n) ((t*) malloc((size_t)(n) * sizeof(t))) macro
|
H A D | lr0.c | 548 nullable = TMALLOC(char, nsyms); in set_nullable()
|
H A D | output.c | 327 translate = TMALLOC(int, nstates); in output_accessing_symbols() 1290 symnam = TMALLOC(const char *, max + 2); in output_debug()
|
H A D | CHANGES | 1091 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
|