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 477 src/editor/editsearch.c gboolean found = FALSE; found 486 src/editor/editsearch.c if (!found) found 488 src/editor/editsearch.c found = TRUE; found 497 src/editor/editsearch.c if (!found) found 1296 src/editor/syntax.c gboolean found = FALSE; found 1323 src/editor/syntax.c if (!found && strcmp (args[0], "include") == 0) found 1337 src/editor/syntax.c found = TRUE; found 648 src/filemanager/ext.c gboolean found = FALSE; found 752 src/filemanager/ext.c found = mc_search_run (search, content_string + content_shift, 0, found 762 src/filemanager/ext.c return found; found 887 src/filemanager/ext.c gboolean found = FALSE; found 925 src/filemanager/ext.c for (group_iter = ext_ini_groups; *group_iter != NULL && !found; group_iter++) found 947 src/filemanager/ext.c found = S_ISDIR (mystat.st_mode) found 991 src/filemanager/ext.c found = mc_search_run (search, filename, 0, filename_len, NULL); found 995 src/filemanager/ext.c found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND); found 1010 src/filemanager/ext.c found = found 1013 src/filemanager/ext.c found = pattern_len == filename_len found 1018 src/filemanager/ext.c found = found && (type_state == TYPE_UNUSED || type_state == TYPE_FOUND); found 1021 src/filemanager/ext.c found = type_state == TYPE_FOUND; found 1026 src/filemanager/ext.c if (found) found 1039 src/filemanager/ext.c found = mc_config_has_group (ext_ini, include_group); found 1043 src/filemanager/ext.c if (found) found 1048 src/filemanager/ext.c found = mc_config_has_group (ext_ini, current_group); found 1051 src/filemanager/ext.c if (found && !error_flag) found 1060 src/filemanager/ext.c found = (action_value != NULL && *action_value != '\0'); found 1065 src/filemanager/ext.c found = (*action_value != '\0'); found 1068 src/filemanager/ext.c if (found) found 1020 src/filemanager/find.c gboolean found = FALSE; found 1090 src/filemanager/find.c if (!found // Search in binary line once found 1111 src/filemanager/find.c found = TRUE; found 1114 src/filemanager/find.c if (found && options.content_first_hit) found 1120 src/filemanager/find.c found = FALSE; found 1639 src/filemanager/panel.c gboolean found = FALSE; found 1667 src/filemanager/panel.c for (i = 0; !found && panel_fields[i].id != NULL; i++) found 1670 src/filemanager/panel.c found = strncmp (format, panel_fields[i].id, klen) == 0; found 1673 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 290 src/vfs/sftpfs/connection.c while (!found && libssh2_knownhost_get (sftpfs_super->known_hosts, &store, store) == 0) found 302 src/vfs/sftpfs/connection.c found = strcmp (store->name, super->path_element->host) == 0; found 318 src/vfs/sftpfs/connection.c found = strncmp (store->name + 1, super->path_element->host, kh_name_size) == 0; found 324 src/vfs/sftpfs/connection.c if (found) found 245 src/viewer/search.c gboolean found = FALSE; found 306 src/viewer/search.c found = TRUE; found 322 src/viewer/search.c if (view->growbuf_in_use && !found && view->search->error == MC_SEARCH_E_NOTFOUND found 327 src/viewer/search.c found = TRUE; found 332 src/viewer/search.c if (orig_search_start != 0 && (!found && view->search->error == MC_SEARCH_E_NOTFOUND) found 341 src/viewer/search.c found = TRUE; found 358 src/viewer/search.c found = TRUE; found 365 src/viewer/search.c if (!found)