Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h319 char_u *ul_name; // variable name with g:, w:, etc. member
H A Dvim9execute.c2971 if (do_unlet(iptr->isn_arg.unlet.ul_name, in exec_instructions()
2976 vim_unsetenv(iptr->isn_arg.unlet.ul_name); in exec_instructions()
5380 iptr->isn_arg.unlet.ul_name); in list_instructions()
5385 iptr->isn_arg.unlet.ul_name); in list_instructions()
H A Dvim9compile.c1511 isn->isn_arg.unlet.ul_name = vim_strsave(name); in generate_UNLET()
10414 vim_free(isn->isn_arg.unlet.ul_name); in delete_instr()