Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c2039 char_u *colonp; in parse_shape_opt() local
2067 colonp = vim_strchr(modep, ':'); in parse_shape_opt()
2070 if (colonp == NULL || (commap != NULL && commap < colonp)) in parse_shape_opt()
2072 if (colonp == modep) in parse_shape_opt()
2080 while (modep < colonp || all_idx >= 0) in parse_shape_opt()
2128 for (p = colonp + 1; *p && *p != ','; ) in parse_shape_opt()
H A Dhardcopy.c182 char_u *colonp; in parse_list_options() local
205 colonp = vim_strchr(stringp, ':'); in parse_list_options()
206 if (colonp == NULL) in parse_list_options()
215 len = (int)(colonp - stringp); in parse_list_options()
226 p = colonp + 1; in parse_list_options()