Lines Matching refs:modep
2038 char_u *modep; in parse_shape_opt() local
2061 modep = p_mouseshape; in parse_shape_opt()
2064 modep = p_guicursor; in parse_shape_opt()
2065 while (*modep != NUL) in parse_shape_opt()
2067 colonp = vim_strchr(modep, ':'); in parse_shape_opt()
2068 commap = vim_strchr(modep, ','); in parse_shape_opt()
2072 if (colonp == modep) in parse_shape_opt()
2080 while (modep < colonp || all_idx >= 0) in parse_shape_opt()
2085 if (modep[1] == '-' || modep[1] == ':') in parse_shape_opt()
2089 if (len == 1 && TOLOWER_ASC(modep[0]) == 'a') in parse_shape_opt()
2094 if (STRNICMP(modep, shape_table[idx].name, len) in parse_shape_opt()
2100 if (len == 2 && modep[0] == 'v' && modep[1] == 'e') in parse_shape_opt()
2103 modep += len + 1; in parse_shape_opt()
2242 modep = p; in parse_shape_opt()
2243 if (*modep == ',') in parse_shape_opt()
2244 ++modep; in parse_shape_opt()