Searched refs:REF_NORMAL (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppmisc.c | 39 if (!(sym = ppsymget(pp.symtab, name)) && (ref <= REF_NORMAL && pp.macref || ref == REF_CREATE || ref == REF_DELETE && (pp.mode & (INIT|READONLY)))) 45 if (sym && ref <= REF_NORMAL) 47 if (pp.macref) (*pp.macref)(sym, error_info.file, error_info.line, ref == REF_NORMAL && (pp.state & CONDITIONAL) ? REF_IF : ref, 0L);
|
H A D | pp.h | 105 #define REF_CREATE (REF_NORMAL+1) /* include wrapper (internal) */ 106 #define REF_DELETE (REF_NORMAL+2) /* macro definition (internal) */ 107 #define REF_NORMAL 0 /* normal macro reference */ macro
|
H A D | ppbuiltin.c | 246 p = (sym = pprefmac(a, REF_NORMAL)) ? sym->macro->value : "";
|
H A D | ppcall.c | 100 (*pp.macref)(sym, error_info.file, error_info.line, (pp.state & CONDITIONAL) ? REF_IF : REF_NORMAL, 0L);
|
Completed in 15 milliseconds