Searched refs:sfind (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | cxxcode.c | 36 static struct symtab *sfind(char *n, struct symtab *sp); 53 sp = sfind(n, nscur->sup); in dclns() 57 sp = sfind(n, sp->snext); in dclns() 355 sfind(char *n, struct symtab *sp) in sfind() function 385 if ((sp = sfind(n, sp)) == NULL) in pfind() 389 if ((sp = sfind(n, sp->snext)) == NULL) in pfind() 396 if ((sp = sfind(n, sp)) == NULL) in pfind() 400 if ((sp = sfind(n, sp->snext)) == NULL) in pfind() 461 if ((sp = sfind(s, ns->sup))) in cxxlookup() 464 sp = sfind(s, spole->sup); in cxxlookup() [all …]
|