Home
last modified time | relevance | path

Searched refs:outer_depth (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9.h366 int outer_depth; // nesting level, stack frames to go up member
H A Dvim9execute.c2702 int depth = iptr->isn_arg.outer.outer_depth; in exec_instructions()
5145 iptr->isn_arg.outer.outer_depth, in list_instructions()
5150 iptr->isn_arg.outer.outer_depth, in list_instructions()
5234 iptr->isn_arg.outer.outer_depth, in list_instructions()
5238 iptr->isn_arg.outer.outer_depth, in list_instructions()
H A Dvim9compile.c1391 isn->isn_arg.outer.outer_depth = level; in generate_STOREOUTER()
1470 isn->isn_arg.outer.outer_depth = nesting; in generate_LOADOUTER()