Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c138 static char *parse_list_options(char_u *option_str, option_table_T *table, int table_size);
177 int table_size) in parse_list_options() argument
189 old_opts = ALLOC_MULT(option_table_T, table_size); in parse_list_options()
193 for (idx = 0; idx < table_size; ++idx) in parse_list_options()
217 for (idx = 0; idx < table_size; ++idx) in parse_list_options()
221 if (idx == table_size) in parse_list_options()
251 for (idx = 0; idx < table_size; ++idx) in parse_list_options()