Searched refs:directives (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dpptab.h14 static struct ppkeyword directives[] = variable in typeref:struct:ppkeyword
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dpptab.h14 static struct ppkeyword directives[] = variable in typeref:struct:ppkeyword
/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c88 if (dir && ppiskey(directives, value, p) || !dir && (ppiskey(options, value, p) || ppiskey(predicates, value, p) || ppiskey(variables, value, p)))
765 pp.dirtab = hashalloc(REFONE, HASH_name, "directives", 0);
766 inithash(pp.dirtab, directives);

Completed in 59 milliseconds