PUSH 68 ext/bigdecimal/bigdecimal.c #define PUSH(x) (vStack[iStack++] = (VALUE)(x)) PUSH 448 ext/psych/yaml/yaml_private.h #define PUSH(context,stack,value) \ PUSH 122 ext/racc/cparse/cparse.c #define PUSH(s, i) rb_ary_store(s, RARRAY_LEN(s), i) PUSH 66 sprintf.c #define PUSH(s, l) do { \ PUSH 331 util.c #define PUSH(ll,rr) do { top->LL = (ll); top->RR = (rr); ++top; } while (0) /* Push L,l,R,r */ PUSH 32 vm_insnhelper.h #define PUSH(x) (SET_SV(x), INC_SP(1))