Home
last modified time | relevance | path

Searched refs:s_ext_sym (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dlint1.h254 struct sym *s_ext_sym; /* for locally declared external symbols, the member
H A Ddebug.c359 debug_word(sym->s_ext_sym != NULL, "has-external"); in debug_sym()
H A Ddecl.c2650 dsym->s_ext_sym = esym; in declare_external_in_block()
2713 if (dsym->s_ext_sym == NULL) in declare_local()
2716 outsym(dsym, dsym->s_ext_sym->s_scl, dsym->s_def); in declare_local()
2930 sym_t *xsym = sym->s_ext_sym; in check_variable_usage()