found             583 lib/widget/input_complete.c     char *p, *found;
found             632 lib/widget/input_complete.c     found = NULL;
found             659 lib/widget/input_complete.c         while (found == NULL)
found             673 lib/widget/input_complete.c             found = filename_completion_function (cur_word, state - init_state, flags);
found             674 lib/widget/input_complete.c             if (found == NULL)
found             682 lib/widget/input_complete.c     if (found == NULL)
found             686 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
found             689 lib/widget/input_complete.c             char *tmp = found;
found             691 lib/widget/input_complete.c             found = strutils_shell_escape (p + 1);
found             697 lib/widget/input_complete.c     return found;
found             605 src/editor/editsearch.c         gboolean found = FALSE;
found             614 src/editor/editsearch.c             if (!found)
found             616 src/editor/editsearch.c             found = TRUE;
found             625 src/editor/editsearch.c         if (!found)
found            1275 src/editor/syntax.c     gboolean found = FALSE;
found            1302 src/editor/syntax.c         if (!found && strcmp (args[0], "include") == 0)
found            1316 src/editor/syntax.c         found = TRUE;
found             662 src/filemanager/ext.c     gboolean found = FALSE;
found             770 src/filemanager/ext.c             found = mc_search_run (search, content_string + content_shift, 0, -1, NULL);
found             779 src/filemanager/ext.c     return found;
found             903 src/filemanager/ext.c     gboolean found = FALSE;
found             941 src/filemanager/ext.c     for (group_iter = ext_ini_groups; *group_iter != NULL && !found; group_iter++)
found             963 src/filemanager/ext.c             found = S_ISDIR (mystat.st_mode)
found            1007 src/filemanager/ext.c                 found = mc_search_run (search, filename, 0, filename_len, NULL);
found            1011 src/filemanager/ext.c             found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND);
found            1026 src/filemanager/ext.c                     found =
found            1029 src/filemanager/ext.c                     found = pattern_len == filename_len
found            1034 src/filemanager/ext.c                 found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND);
found            1037 src/filemanager/ext.c                 found = type_state == TYPE_FOUND;
found            1042 src/filemanager/ext.c     if (found)
found            1055 src/filemanager/ext.c             found = mc_config_has_group (ext_ini, include_group);
found            1059 src/filemanager/ext.c     if (found)
found            1064 src/filemanager/ext.c         found = mc_config_has_group (ext_ini, current_group);
found            1067 src/filemanager/ext.c     if (found && !error_flag)
found            1076 src/filemanager/ext.c             found = (action_value != NULL && *action_value != '\0');
found            1081 src/filemanager/ext.c             found = (*action_value != '\0');
found            1084 src/filemanager/ext.c         if (found)
found            1053 src/filemanager/find.c         gboolean found = FALSE;
found            1125 src/filemanager/find.c             if (!found          /* Search in binary line once */
found            1142 src/filemanager/find.c                 found = TRUE;
found            1145 src/filemanager/find.c             if (found && options.content_first_hit)
found            1151 src/filemanager/find.c                 found = FALSE;
found            1780 src/filemanager/panel.c         gboolean found = FALSE;
found            1808 src/filemanager/panel.c         for (i = 0; !found && panel_fields[i].id != NULL; i++)
found            1811 src/filemanager/panel.c             found = strncmp (format, panel_fields[i].id, klen) == 0;
found            1814 src/filemanager/panel.c         if (found)
found             629 src/filemanager/tree.c     gboolean found = FALSE;
found             631 src/filemanager/tree.c     while (!found && (!wrapped || current != tree->selected_ptr))
found             635 src/filemanager/tree.c             found = TRUE;
found             650 src/filemanager/tree.c     return found;
found            1603 src/vfs/extfs/extfs.c                 gboolean found = FALSE;
found            1620 src/vfs/extfs/extfs.c                 for (i = 0; i < extfs_plugins->len && !found; i++)
found            1627 src/vfs/extfs/extfs.c                     found = strcmp (info.path, p->path) != 0
found            1631 src/vfs/extfs/extfs.c                 if (found)
found             269 src/vfs/sftpfs/connection.c     gboolean found = FALSE;
found             283 src/vfs/sftpfs/connection.c         while (!found && libssh2_knownhost_get (sftpfs_super->known_hosts, &store, store) == 0)
found             295 src/vfs/sftpfs/connection.c                 found = strcmp (store->name, super->path_element->host) == 0;
found             311 src/vfs/sftpfs/connection.c                     found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0;
found             317 src/vfs/sftpfs/connection.c     if (found)
found             357 src/viewer/search.c     gboolean found = FALSE;
found             419 src/viewer/search.c             found = TRUE;
found             435 src/viewer/search.c     if (view->growbuf_in_use && !found && view->search->error == MC_SEARCH_E_NOTFOUND
found             440 src/viewer/search.c         found = TRUE;
found             445 src/viewer/search.c     if (orig_search_start != 0 && (!found && view->search->error == MC_SEARCH_E_NOTFOUND)
found             454 src/viewer/search.c             found = TRUE;
found             471 src/viewer/search.c                 found = TRUE;
found             478 src/viewer/search.c     if (!found)