Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c554 isn->isn_type = isn_type; in generate_instr()
1436 isntype_T isn_type, in generate_LOAD() argument
1537 isntype_T isn_type, in generate_OLDSCRIPT() argument
1545 if (isn_type == ISN_LOADS) in generate_OLDSCRIPT()
1563 isntype_T isn_type, in generate_VIM9SCRIPT() argument
3140 isntype_T isn_type; in compile_load() local
3183 isn_type = ISN_LOADG; in compile_load()
3201 if (isn_type != ISN_DROP) in compile_load()
3333 isn->isn_type = ISN_INSTR; in compile_string()
3855 isn->isn_type = ISN_PUSHS; in compile_dict()
[all …]
H A Dvim9execute.c869 iptr->isn_type = ISN_DCALL; in call_ufunc()
1601 if (ni->isn_type == ISN_DEBUG in handle_debug()
1602 || ni->isn_type == ISN_RETURN in handle_debug()
1745 switch (iptr->isn_type) in exec_instructions()
2126 switch (iptr->isn_type) in exec_instructions()
2189 switch (iptr->isn_type) in exec_instructions()
2382 switch (iptr->isn_type) in exec_instructions()
2915 switch (iptr->isn_type) in exec_instructions()
5047 switch (iptr->isn_type) in list_instructions()
5588 switch (iptr->isn_type) in list_instructions()
[all …]
H A Dvim9.h409 isntype_T isn_type; member