found             563 lib/widget/input_complete.c     char *p, *found;
found             612 lib/widget/input_complete.c     found = NULL;
found             639 lib/widget/input_complete.c         while (found == NULL)
found             653 lib/widget/input_complete.c             found = filename_completion_function (cur_word, state - init_state, flags);
found             654 lib/widget/input_complete.c             if (found == NULL)
found             662 lib/widget/input_complete.c     if (found == NULL)
found             666 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
found             669 lib/widget/input_complete.c             char *tmp = found;
found             671 lib/widget/input_complete.c             found = str_shell_escape (p + 1);
found             677 lib/widget/input_complete.c     return found;
found             600 src/editor/editsearch.c         gboolean found = FALSE;
found             609 src/editor/editsearch.c             if (!found)
found             611 src/editor/editsearch.c             found = TRUE;
found             620 src/editor/editsearch.c         if (!found)
found            1294 src/editor/syntax.c     gboolean found = FALSE;
found            1321 src/editor/syntax.c         if (!found && strcmp (args[0], "include") == 0)
found            1335 src/editor/syntax.c         found = TRUE;
found             655 src/filemanager/ext.c     gboolean found = FALSE;
found             763 src/filemanager/ext.c             found = mc_search_run (search, content_string + content_shift, 0,
found             773 src/filemanager/ext.c     return found;
found             898 src/filemanager/ext.c     gboolean found = FALSE;
found             936 src/filemanager/ext.c     for (group_iter = ext_ini_groups; *group_iter != NULL && !found; group_iter++)
found             958 src/filemanager/ext.c             found = S_ISDIR (mystat.st_mode)
found            1003 src/filemanager/ext.c                 found = mc_search_run (search, filename, 0, filename_len, NULL);
found            1007 src/filemanager/ext.c             found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND);
found            1022 src/filemanager/ext.c                     found =
found            1025 src/filemanager/ext.c                     found = pattern_len == filename_len
found            1030 src/filemanager/ext.c                 found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND);
found            1033 src/filemanager/ext.c                 found = type_state == TYPE_FOUND;
found            1038 src/filemanager/ext.c     if (found)
found            1051 src/filemanager/ext.c             found = mc_config_has_group (ext_ini, include_group);
found            1055 src/filemanager/ext.c     if (found)
found            1060 src/filemanager/ext.c         found = mc_config_has_group (ext_ini, current_group);
found            1063 src/filemanager/ext.c     if (found && !error_flag)
found            1072 src/filemanager/ext.c             found = (action_value != NULL && *action_value != '\0');
found            1077 src/filemanager/ext.c             found = (*action_value != '\0');
found            1080 src/filemanager/ext.c         if (found)
found            1048 src/filemanager/find.c         gboolean found = FALSE;
found            1118 src/filemanager/find.c             if (!found  // Search in binary line once
found            1139 src/filemanager/find.c                 found = TRUE;
found            1142 src/filemanager/find.c             if (found && options.content_first_hit)
found            1148 src/filemanager/find.c                 found = FALSE;
found            1647 src/filemanager/panel.c         gboolean found = FALSE;
found            1675 src/filemanager/panel.c         for (i = 0; !found && panel_fields[i].id != NULL; i++)
found            1678 src/filemanager/panel.c             found = strncmp (format, panel_fields[i].id, klen) == 0;
found            1681 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            1602 src/vfs/extfs/extfs.c                 gboolean found = FALSE;
found            1619 src/vfs/extfs/extfs.c                 for (i = 0; i < extfs_plugins->len && !found; i++)
found            1626 src/vfs/extfs/extfs.c                     found =
found            1630 src/vfs/extfs/extfs.c                 if (found)
found             268 src/vfs/sftpfs/connection.c     gboolean found = FALSE;
found             282 src/vfs/sftpfs/connection.c         while (!found && libssh2_knownhost_get (sftpfs_super->known_hosts, &store, store) == 0)
found             294 src/vfs/sftpfs/connection.c                 found = strcmp (store->name, super->path_element->host) == 0;
found             310 src/vfs/sftpfs/connection.c                     found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0;
found             316 src/vfs/sftpfs/connection.c     if (found)
found             247 src/viewer/search.c     gboolean found = FALSE;
found             308 src/viewer/search.c             found = TRUE;
found             324 src/viewer/search.c     if (view->growbuf_in_use && !found && view->search->error == MC_SEARCH_E_NOTFOUND
found             329 src/viewer/search.c         found = TRUE;
found             334 src/viewer/search.c     if (orig_search_start != 0 && (!found && view->search->error == MC_SEARCH_E_NOTFOUND)
found             343 src/viewer/search.c             found = TRUE;
found             360 src/viewer/search.c                 found = TRUE;
found             367 src/viewer/search.c     if (!found)