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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c72 static char *tdefdecl(char *cp, int h, tdesc_t **rtdp);
169 if (!(cp = tdefdecl(cp + 1, tid, &tdp)))
299 (void) tdefdecl(cp, tid, &tdp);
569 tdefdecl(char *cp, int h, tdesc_t **rtdp) function
576 parse_debug(3, cp, "tdefdecl h=%d", h);
603 expected("tdefdecl/x-redefine", "[sue]",
629 parse_debug(3, NULL, "tdefdecl unres type %d",
639 cp = tdefdecl(cp, h2, rtdp);
661 cp = tdefdecl(cp + 1, h, &ntdp);
663 expected("tdefdecl/*", "i
[all...]

Completed in 103 milliseconds