Searched refs:soudef (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | st_parse.c | 66 static char *soudef(char *cp, stabtype_t type, tdesc_t **rtdp); 387 (void) soudef(cp, STRUCT, &rtdp); in parse_sou() 390 (void) soudef(cp, UNION, &rtdp); in parse_sou() 768 cp = soudef(cp, (type == 'u') ? UNION : STRUCT, rtdp); in tdefdecl() 889 soudef(char *cp, stabtype_t type, tdesc_t **rtdp) in soudef() function
|