Searched defs:thissym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c73 static int doif(int thissym, int inif, int prevreject, int depth);
213 int thissym, /* index of the symbol who was last ifdef'ed */
265 if (thissym >= 0) {
266 if ((insym[thissym] = -insym[thissym]) < 0)
267 reject = ignore[thissym] ? 1 : 2;
270 if (!ignore[thissym]) {
281 if (thissym >= 0) {
282 insym[thissym] = 0;
284 if (!ignore[thissym]) {
212 doif( int thissym, int inif, int prevreject, int depth ) argument
[all...]

Completed in 58 milliseconds