Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h142 ISN_LISTAPPEND, // append to a list, like add() enumerator
H A Dvim9execute.c3771 case ISN_LISTAPPEND: in exec_instructions()
5661 case ISN_LISTAPPEND: smsg("%s%4d LISTAPPEND", pfx, current); break; in list_instructions()
H A Dvim9compile.c1906 if (generate_instr(cctx, ISN_LISTAPPEND) == NULL) in generate_LISTAPPEND()
10548 case ISN_LISTAPPEND: in delete_instr()