Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h435 storeopt_T storeopt; member
H A Dvim9execute.c2331 msg = set_option_value(iptr->isn_arg.storeopt.so_name, in exec_instructions()
2332 n, s, iptr->isn_arg.storeopt.so_flags); in exec_instructions()
5289 iptr->isn_arg.storeopt.so_name); in list_instructions()
H A Dvim9compile.c1424 isn->isn_arg.storeopt.so_name = vim_strsave(name); in generate_STOREOPT()
1425 isn->isn_arg.storeopt.so_flags = opt_flags; in generate_STOREOPT()
10418 vim_free(isn->isn_arg.storeopt.so_name); in delete_instr()