HomeSort by: relevance | last modified time | path
    Searched defs:pdecl (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint2/
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 &&
114 pdecl = sym;
121 if (pdecl != NULL)
122 decl = pdecl;
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 &&
114 pdecl = sym;
121 if (pdecl != NULL)
122 decl = pdecl;

Completed in 91 milliseconds