Searched refs:colonp (Results 1 – 2 of 2) sorted by relevance
2039 char_u *colonp; in parse_shape_opt() local2067 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()
182 char_u *colonp; in parse_list_options() local205 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()