VM_CALL_ARGS_BLOCKARG 1084 compile.c          if (!(ci->flag & (VM_CALL_ARGS_SPLAT | VM_CALL_ARGS_BLOCKARG)) &&
VM_CALL_ARGS_BLOCKARG 2403 compile.c      	if ((ci->flag & VM_CALL_ARGS_BLOCKARG) == 0 && blockiseq == NULL) {
VM_CALL_ARGS_BLOCKARG 3687 compile.c      	*flag |= VM_CALL_ARGS_BLOCKARG;
VM_CALL_ARGS_BLOCKARG 3750 compile.c          if (*flag & VM_CALL_ARGS_BLOCKARG) {
VM_CALL_ARGS_BLOCKARG 6109 compile.c      	    if (flag & VM_CALL_ARGS_BLOCKARG) {
VM_CALL_ARGS_BLOCKARG 1339 iseq.c         		if (ci->flag & VM_CALL_ARGS_BLOCKARG) rb_ary_push(flags, rb_str_new2("ARGS_BLOCKARG"));
VM_CALL_ARGS_BLOCKARG  772 vm_args.c          if (ci->flag & VM_CALL_ARGS_BLOCKARG) {