Searched refs:ntdp (Results 1 – 2 of 2) sorted by relevance
173 tdesc_t *ntdp = xcalloc(sizeof (*ntdp)); in read_tid() local175 ntdp->t_type = TYPEDEF; in read_tid()176 ntdp->t_tdesc = tdp; in read_tid()177 tdp = ntdp; in read_tid()289 tdesc_t *tdp, *ntdp; in parse_type() local307 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()308 ntdp->t_name = xstrdup(ii->ii_name); in parse_type()309 ntdp->t_type = TYPEDEF; in parse_type()310 ntdp->t_tdesc = tdp; in parse_type()312 tdp = ntdp; in parse_type()[all …]
217 struct tdesc *ntdp; in parseline() local220 ntdp = lookup(h); in parseline()221 if (ntdp == NULL) { /* if that type isn't defined yet */ in parseline()230 tdp->data.tdesc = ntdp; in parseline()233 (ntdp->name != NULL) ? ntdp->name : "anon", h); in parseline()404 struct tdesc *ntdp; in tdefdecl() local430 ntdp = lookup(h2); in tdefdecl()431 if (ntdp == NULL) { /* if that type isn't defined yet */ in tdefdecl()435 ntdp = malloc(sizeof (*ntdp)); in tdefdecl()436 ntdp->type = TYPEOF; in tdefdecl()[all …]