Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h188 ISN_FINISH // end marker in list of instructions enumerator
H A Dvim9compile.c3329 instr[instr_count].isn_type = ISN_FINISH; in compile_string()
9345 instr[instr_count].isn_type = ISN_FINISH; in compile_substitute()
10390 for (idx = 0; list[idx].isn_type != ISN_FINISH; ++idx) in delete_instr()
10401 for (idx = 0; list[idx].isn_type != ISN_FINISH; ++idx) in delete_instr()
10543 case ISN_FINISH: in delete_instr()
H A Dvim9execute.c1600 for (ni = iptr + 1; ni->isn_type != ISN_FINISH; ++ni) in handle_debug()
1844 case ISN_FINISH: in exec_instructions()
5789 case ISN_FINISH: // End of list of instructions for ISN_SUBSTITUTE. in list_instructions()