matches 724 lib/widget/input_complete.c size_t matches = 0; matches 732 lib/widget/input_complete.c while ((string = (*entry_function) (text, matches, flags)) != NULL) matches 734 lib/widget/input_complete.c if (matches + 1 == match_list_size) matches 739 lib/widget/input_complete.c match_list[++matches] = string; matches 740 lib/widget/input_complete.c match_list[matches + 1] = NULL; matches 745 lib/widget/input_complete.c if (matches == 0) matches 750 lib/widget/input_complete.c if (matches == 1) matches 761 lib/widget/input_complete.c qsort (match_list + 1, matches, sizeof (char *), match_compare); matches 768 lib/widget/input_complete.c while (j < matches + 1) matches 792 lib/widget/input_complete.c if (j > matches) matches 803 lib/widget/input_complete.c matches = i; matches 804 lib/widget/input_complete.c match_list[matches + 1] = NULL; matches 910 lib/widget/input_complete.c char **matches = NULL; matches 915 lib/widget/input_complete.c matches = matches 924 lib/widget/input_complete.c matches = completion_matches (state->word, filename_completion_function, state->flags); matches 926 lib/widget/input_complete.c if (matches == NULL && state->is_cd && !IS_PATH_SEP (*state->word) && *state->word != '~') matches 947 lib/widget/input_complete.c while (matches == NULL && c == ':') matches 961 lib/widget/input_complete.c matches = matches 973 lib/widget/input_complete.c return matches; matches 1308 lib/widget/input_complete.c char **matches = NULL; matches 1331 lib/widget/input_complete.c matches = completion_matches (str_cget_next_char (state.p), matches 1334 lib/widget/input_complete.c if (matches != NULL) matches 1342 lib/widget/input_complete.c matches = completion_matches (state.q, variable_completion_function, state.flags); matches 1343 lib/widget/input_complete.c if (matches != NULL) matches 1352 lib/widget/input_complete.c matches = completion_matches (state.r, hostname_completion_function, state.flags); matches 1353 lib/widget/input_complete.c if (matches != NULL) matches 1359 lib/widget/input_complete.c if (matches == NULL && *state.word == '~' && (state.flags & INPUT_COMPLETE_USERNAMES) != 0 matches 1363 lib/widget/input_complete.c matches = completion_matches (state.word, username_completion_function, state.flags); matches 1369 lib/widget/input_complete.c if (matches == NULL) matches 1370 lib/widget/input_complete.c matches = try_complete_all_possible (&state, text, lc_start); matches 1373 lib/widget/input_complete.c if (matches == NULL) matches 1376 lib/widget/input_complete.c matches = try_complete_all_possible (&state, text, lc_start); matches 1381 lib/widget/input_complete.c if (matches != NULL && matches 1388 lib/widget/input_complete.c for (m = matches; *m != NULL; m++) matches 1398 lib/widget/input_complete.c return matches; matches 154 src/filemanager/find.c static unsigned long matches; /* Number of matches */ matches 375 src/filemanager/find.c label_set_textv (found_num_label, _("Found: %lu"), matches); matches 957 src/filemanager/find.c if (matches == 0) matches 961 src/filemanager/find.c matches++; matches 1427 src/filemanager/find.c matches = 0;