Home
last modified time | relevance | path

Searched refs:find_type (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.h72 extern ctf_id_t find_type(char *);
H A Dforth.c198 if ((tid = find_type(part)) == CTF_ERR || in fth_section_init()
H A Dctfstabs.c161 find_type(char *name) in find_type() function
H A Dgenassym.c165 if ((curtype = find_type(curname)) == CTF_ERR) in ga_process_name()
/titanic_50/usr/src/cmd/saf/
H A Dpmadm.c60 struct taglist *find_type();
438 if (type && !(tp = find_type(fp, type))) {
801 if (type && !(tp = find_type(fp, type))) {
965 tp = find_type(fp, type);
973 tp = find_type(fp, NULL);
1298 find_type(fp, type) in find_type() function
/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_util.h163 extern bas_type *find_type(char *);
H A Drpc_util.c454 find_type(char *type) in find_type() function
H A Drpc_cout.c442 ptr = find_type(dc->type); in inline_type()