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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c73 LT_IF, /* an unknown #if */ enumerator in enum:__anon16422
99 #define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF))
850 retval = LT_IF;
884 retval = LT_IF;
918 if(at == LT_IF || bt == LT_IF) return (LT_IF);
991 * the expression is zero, LT_TRUE if it is non-zero, LT_IF if the expression
1068 if (lt != LT_IF) {
1078 if (lt != LT_IF) {
[all...]

Completed in 95 milliseconds