Lines Matching refs:lookup
46 static struct tdesc *lookup(int h);
220 ntdp = lookup(h); in parseline()
251 lookup(int h) in lookup() function
343 if (!(otdp = lookup(h))) in tagadd()
360 if ((*rtdp = lookup(h)) != NULL) { in tagdecl()
430 ntdp = lookup(h2); in tdefdecl()
503 ntdp = lookup(h2); in tdefdecl()
600 tdp = lookup(h); in soudef()
654 (*rtdp)->data.ardef->indices->index_type = lookup(h); in arraydef()
667 tdp = lookup(contents_type); in arraydef()
725 ttdp = lookup(num); in addhash()