Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h180 ISN_DROP, // pop stack and discard value enumerator
H A Dvim9compile.c843 isntype_T isntype = ISN_DROP; in get_compare_isn()
879 return ISN_DROP; in get_compare_isn()
881 if (isntype == ISN_DROP in get_compare_isn()
892 return ISN_DROP; in get_compare_isn()
925 if (isntype == ISN_DROP) in generate_COMPARE()
3159 isntype_T isn_type = ISN_DROP; in compile_load()
3201 if (isn_type != ISN_DROP) in compile_load()
7345 if (generate_instr_drop(cctx, ISN_DROP, 1) == NULL) in compile_assignment()
8356 if (generate_instr_drop(cctx, ISN_DROP, 1) == NULL) in compile_endfor()
8943 generate_instr_drop(cctx, ISN_DROP, 1); in compile_eval()
[all …]
H A Dvim9execute.c4529 case ISN_DROP: in exec_instructions()
5787 case ISN_DROP: smsg("%s%4d DROP", pfx, current); break; in list_instructions()