chk.c | 96 sym_t *sym, *def, *pdecl, *decl; local in function:check_name 107 def = pdecl = decl = NULL; 111 if (pdecl == NULL && sym->s_def == DECL && 116 if (decl == NULL && sym->s_def == DECL) 117 decl = sym; 122 decl = pdecl; 124 chkvtui(hte, def, decl); 126 chkvtdi(hte, def, decl); 128 chkfaui(hte, def, decl); [all...] |