Home
last modified time | relevance | path

Searched refs:thissym (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c71 static int doif(int thissym, int inif, int prevreject, int depth);
211 int thissym, /* index of the symbol who was last ifdef'ed */ in doif() argument
263 if (thissym >= 0) { in doif()
264 if ((insym[thissym] = -insym[thissym]) < 0) in doif()
265 reject = ignore[thissym] ? 1 : 2; in doif()
268 if (!ignore[thissym]) { in doif()
279 if (thissym >= 0) { in doif()
280 insym[thissym] = 0; in doif()
282 if (!ignore[thissym]) { in doif()