Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h158 ISN_NEGATENR, // apply "-" to number enumerator
H A Dvim9execute.c4196 case ISN_NEGATENR: in exec_instructions()
5679 case ISN_NEGATENR: smsg("%s%4d NEGATENR", pfx, current); break; in list_instructions()
H A Dvim9compile.c4247 isn = generate_instr(cctx, ISN_NEGATENR); in compile_leader()
10561 case ISN_NEGATENR: in delete_instr()