Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c179 option_table_T *old_opts; in parse_list_options() local
189 old_opts = ALLOC_MULT(option_table_T, table_size); in parse_list_options()
190 if (old_opts == NULL) in parse_list_options()
195 old_opts[idx] = table[idx]; in parse_list_options()
252 table[idx] = old_opts[idx]; in parse_list_options()
254 vim_free(old_opts); in parse_list_options()