COND_PUSH 174 ext/ripper/ripper.c #define COND_PUSH(n) BITSTACK_PUSH(cond_stack, (n)) COND_PUSH 120 ext/ripper/ripper.y #define COND_PUSH(n) BITSTACK_PUSH(cond_stack, (n)) COND_PUSH 174 parse.c #define COND_PUSH(n) BITSTACK_PUSH(cond_stack, (n)) COND_PUSH 120 parse.y #define COND_PUSH(n) BITSTACK_PUSH(cond_stack, (n))