Searched refs:s_def (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.bin/xlint/lint2/
H A Dlint2.h110 unsigned char s_def; /* DECL, TDEF or DEF */ member in struct:sym::__anon40
112 def_t s_def; member in struct:sym::__anon40
138 #define s_def s_s.s_def macro
H A Demit2.c135 outchar(sym->s_def == DEF ? 'd' : 't');
165 if (sym->s_def == DEF) {
169 if (sym->s_def == TDEF && def == NULL)
H A Dread.c398 if (sym->s_def != NODECL)
400 sym->s_def = DEF;
403 if (sym->s_def != NODECL)
405 sym->s_def = DECL;
428 if (sym->s_def != NODECL)
430 sym->s_def = TDEF;
476 sym.s_def = NODECL;
513 if (sym.s_def == DEF || sym.s_def == TDEF)
529 ((symp->s_def
[all...]
H A Dchk.c104 if (def == NULL && (sym->s_def == DEF || sym->s_def == TDEF))
106 if (pdecl == NULL && sym->s_def == DECL &&
111 if (decl == NULL && sym->s_def == DECL)
163 if (sym->s_def == DEF || sym->s_def == TDEF) {
187 if (sym->s_def != DECL)
211 if (sym->s_def != DEF && (!sflag || sym->s_def != TDEF))
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c1462 sym->s_def = DEF;
1475 sym->s_def = TDEF;
1477 sym->s_def = TDEF;
1479 sym->s_def = DEF;
1482 sym->s_def = DECL;
1492 sym->s_def = DEF;
1503 sym->s_def = DEF;
1506 sym->s_def = DEF;
1510 sym->s_def = DEF;
1513 sym->s_def
[all...]
H A Dlint1.h221 def_t s_def; /* declared, tentative defined, defined */ member in struct:sym
H A Ddebug.c406 debug_word(sym->s_keyword == NULL, def_name(sym->s_def));
H A Dinit.c198 outsym(sym, sym->s_scl, sym->s_def);
H A Dfunc.c240 fsym->s_def = DEF;
H A Dtree.c503 sym->s_def = DECL;

Completed in 290 milliseconds