Searched refs:ENDIF (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dpptab.h19 "endif", ENDIF,
H A Dppdef.h17 #define ENDIF 4 macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dpptab.h19 "endif", ENDIF,
H A Dppdef.h17 #define ENDIF 4 macro
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c177 #define ENDIF 5 /* #endif */ macro
278 case ENDIF:
393 retval = ENDIF;
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c392 case ENDIF:
395 if (pp.control <= pp.in->control) error(2, "no matching #%s for #%s", dirname(IF), dirname(ENDIF));
2014 directive = ENDIF;
2263 case ENDIF:
H A Dppop.c926 , dirname(ENDIF)
927 , dirname(ENDIF)
941 , dirname(ENDIF)
983 , dirname(ENDIF)
H A Dpplex.c486 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));
669 error(2, "#%s on line %d has no #%s", dirname(IF), GETIFLINE(pp.control+1), dirname(ENDIF));

Completed in 1225 milliseconds