Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c2040 char_u *commap; in parse_shape_opt() local
2068 commap = vim_strchr(modep, ','); in parse_shape_opt()
2070 if (colonp == NULL || (commap != NULL && commap < colonp)) in parse_shape_opt()
2212 if (commap == NULL) // last part in parse_shape_opt()
2217 else if (endp > commap || endp == NULL) in parse_shape_opt()
2218 endp = commap; in parse_shape_opt()
H A Dhardcopy.c183 char_u *commap; in parse_list_options() local
211 commap = vim_strchr(stringp, ','); in parse_list_options()
212 if (commap == NULL) in parse_list_options()
213 commap = option_str + STRLEN(option_str); in parse_list_options()
241 table[idx].strlen = (int)(commap - p); in parse_list_options()
243 stringp = commap; in parse_list_options()