Searched refs:isdefined (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/makedepend/dist/ |
| H A D | cppsetup.c | 76 return isdefined(tmpbuf, pd->inc, NULL);
|
| H A D | parse.c | 214 sym = isdefined(p, file_red, NULL); 305 isdefined(const char *symbol, struct inclist *file, struct inclist **srcfile) function in typeref:struct:symtab ** 542 while ((ptr = isdefined(symbol, file, &srcfile)) != NULL) { 589 if ((type == IFDEF && isdefined(line, file_red, NULL)) 590 || (type == IFNDEF && !isdefined(line, file_red, NULL))) {
|
| H A D | def.h | 176 struct symtab **isdefined(const char *symbol, struct inclist *file,
|
Completed in 4 milliseconds