Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h129 ISN_COMPARENR, enumerator
H A Dvim9execute.c3589 case ISN_COMPARENR: in exec_instructions()
3624 if (iptr->isn_type == ISN_COMPARENR) in exec_instructions()
5601 case ISN_COMPARENR: in list_instructions()
5636 case ISN_COMPARENR: type = "COMPARENR"; break; in list_instructions()
H A Dvim9compile.c856 case VAR_NUMBER: isntype = ISN_COMPARENR; break; in get_compare_isn()
874 || isntype == ISN_COMPARENR in get_compare_isn()
10528 case ISN_COMPARENR: in delete_instr()