Searched refs:matched_string (Results 1 – 2 of 2) sorted by relevance
256 char_u *matched_string, in help_heuristic() argument264 for (p = matched_string; *p; p++) in help_heuristic()275 if (ASCII_ISALNUM(matched_string[offset]) && offset > 0 in help_heuristic()276 && ASCII_ISALNUM(matched_string[offset - 1])) in help_heuristic()284 if (matched_string[0] == '+' && matched_string[1] != NUL) in help_heuristic()286 return (int)(100 * num_letters + STRLEN(matched_string) + offset); in help_heuristic()
5 int help_heuristic(char_u *matched_string, int offset, int wrong_case);