Searched refs:commap (Results 1 – 2 of 2) sorted by relevance
2040 char_u *commap; in parse_shape_opt() local2068 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()
183 char_u *commap; in parse_list_options() local211 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()