Lines Matching refs:outer
2702 int depth = iptr->isn_arg.outer.outer_depth; in exec_instructions()
2703 outer_T *outer = ectx->ec_outer_ref == NULL ? NULL in exec_instructions() local
2706 while (depth > 1 && outer != NULL) in exec_instructions()
2708 outer = outer->out_up; in exec_instructions()
2711 if (outer == NULL) in exec_instructions()
2717 tv = ((typval_T *)outer->out_stack->ga_data) in exec_instructions()
2718 + outer->out_frame_idx + STACK_FRAME_SIZE in exec_instructions()
2719 + iptr->isn_arg.outer.outer_idx; in exec_instructions()
5145 iptr->isn_arg.outer.outer_depth, in list_instructions()
5146 iptr->isn_arg.outer.outer_idx in list_instructions()
5150 iptr->isn_arg.outer.outer_depth, in list_instructions()
5151 iptr->isn_arg.outer.outer_idx); in list_instructions()
5234 iptr->isn_arg.outer.outer_depth, in list_instructions()
5235 iptr->isn_arg.outer.outer_idx + STACK_FRAME_SIZE); in list_instructions()
5238 iptr->isn_arg.outer.outer_depth, in list_instructions()
5239 iptr->isn_arg.outer.outer_idx); in list_instructions()