Searched refs:INC_IGNORE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test->name));
76 if (status == INC_IGNORE)
88 fp->guard = INC_IGNORE;
98 test = INC_IGNORE;
539 xp->guard = fp->guard = INC_IGNORE;
690 else if ((flags & SEARCH_INCLUDE) && fp->guard == INC_IGNORE)
H A Dppinput.c431 if (ip->file->guard != INC_CLEAR && ip->file->guard != INC_IGNORE && ip->file->guard != INC_TEST)
561 if (pp.test & 0x0200) error(2, "%s: %s p=%lu next=<%lu,%lu> keep=<%lu,%lu> skip=<-,%lu> guard=%s", keyname(X_CHECKPOINT), fp->name, p, next_begin, next_end, keep_begin, keep_end, skip_end, fp->guard == INC_CLEAR ? "[CLEAR]" : fp->guard == INC_TEST ? "[TEST]" : fp->guard == INC_IGNORE ? "[IGNORE]" : fp->guard->name);
611 if (*g && fp->guard != INC_IGNORE)
H A Dppop.c170 fp->guard = INC_IGNORE;
174 ppsetfile(fp->name + c + 1)->guard = INC_IGNORE;
586 ppsetfile(p)->guard = INC_IGNORE;
H A Dppexpr.c96 c = fp->flags || fp->guard == INC_IGNORE;
H A Dpplib.h508 #define INC_IGNORE ((struct ppsymbol*)pp.addbuf) macro

Completed in 67 milliseconds