find_type
ptr = find_type(dc->type);
extern bas_type *find_type(char *);
if (type && !(tp = find_type(fp, type))) {
struct taglist *find_type();
if (type && !(tp = find_type(fp, type))) {
tp = find_type(fp, type);
tp = find_type(fp, NULL);
extern ctf_id_t find_type(char *);
if ((tid = find_type(part)) == CTF_ERR ||
if ((curtype = find_type(curname)) == CTF_ERR)