matches           870 lib/widget/input_complete.c     GPtrArray *matches = NULL;
matches           875 lib/widget/input_complete.c         matches =
matches           884 lib/widget/input_complete.c         matches = completion_matches (state->word, filename_completion_function, state->flags);
matches           886 lib/widget/input_complete.c         if (matches == NULL && state->is_cd && !IS_PATH_SEP (*state->word) && *state->word != '~')
matches           907 lib/widget/input_complete.c                 while (matches == NULL && c == ':')
matches           921 lib/widget/input_complete.c                         matches =
matches           933 lib/widget/input_complete.c     return matches;
matches          1283 lib/widget/input_complete.c     GPtrArray *matches = NULL;
matches          1306 lib/widget/input_complete.c         matches = completion_matches (str_cget_next_char (state.p),
matches          1309 lib/widget/input_complete.c         if (matches != NULL)
matches          1317 lib/widget/input_complete.c         matches = completion_matches (state.q, variable_completion_function, state.flags);
matches          1318 lib/widget/input_complete.c         if (matches != NULL)
matches          1327 lib/widget/input_complete.c         matches = completion_matches (state.r, hostname_completion_function, state.flags);
matches          1328 lib/widget/input_complete.c         if (matches != NULL)
matches          1334 lib/widget/input_complete.c     if (matches == NULL && *state.word == '~' && (state.flags & INPUT_COMPLETE_USERNAMES) != 0
matches          1338 lib/widget/input_complete.c         matches = completion_matches (state.word, username_completion_function, state.flags);
matches          1344 lib/widget/input_complete.c     if (matches == NULL)
matches          1345 lib/widget/input_complete.c         matches = try_complete_all_possible (&state, text, lc_start);
matches          1348 lib/widget/input_complete.c     if (matches == NULL)
matches          1351 lib/widget/input_complete.c         matches = try_complete_all_possible (&state, text, lc_start);
matches          1356 lib/widget/input_complete.c     if (matches != NULL && (flags & INPUT_COMPLETE_FILENAMES) != 0 &&
matches          1362 lib/widget/input_complete.c         for (i = 0; i < matches->len; i++)
matches          1366 lib/widget/input_complete.c             p = g_ptr_array_index (matches, i);
matches          1369 lib/widget/input_complete.c             g_ptr_array_index (matches, i) = str_escape (p, -1, "?*&", TRUE);
matches          1374 lib/widget/input_complete.c     return matches;
matches           156 src/filemanager/find.c static unsigned long matches;   /* Number of matches */
matches           385 src/filemanager/find.c     label_set_textv (found_num_label, _("Found: %lu"), matches);
matches           967 src/filemanager/find.c     if (matches == 0)
matches           971 src/filemanager/find.c     matches++;
matches          1440 src/filemanager/find.c     matches = 0;