Home
last modified time | relevance | path

Searched refs:parse_list_options (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);
149 return parse_list_options(p_popt, printer_opts, OPT_PRINT_NUM_OPTIONS); in parse_printoptions()
160 return parse_list_options(p_pmfn, mbfont_opts, OPT_MBFONT_NUM_OPTIONS); in parse_printmbfont()
174 parse_list_options( in parse_list_options() function