Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h436 loadstore_T loadstore; member
H A Dvim9execute.c2096 iptr->isn_arg.loadstore.ls_sid); in exec_instructions()
2097 char_u *name = iptr->isn_arg.loadstore.ls_name; in exec_instructions()
2267 iptr->isn_arg.loadstore.ls_sid); in exec_instructions()
2268 char_u *name = iptr->isn_arg.loadstore.ls_name; in exec_instructions()
5178 iptr->isn_arg.loadstore.ls_sid); in list_instructions()
5181 iptr->isn_arg.loadstore.ls_name, si->sn_name); in list_instructions()
5264 iptr->isn_arg.loadstore.ls_sid); in list_instructions()
5267 iptr->isn_arg.loadstore.ls_name, si->sn_name); in list_instructions()
H A Dvim9compile.c1551 isn->isn_arg.loadstore.ls_name = vim_strsave(name); in generate_OLDSCRIPT()
1552 isn->isn_arg.loadstore.ls_sid = sid; in generate_OLDSCRIPT()
10409 vim_free(isn->isn_arg.loadstore.ls_name); in delete_instr()