target            136 lib/vfs/direntry.c     struct vfs_s_entry *target;
target            165 lib/vfs/direntry.c     target =
target            168 lib/vfs/direntry.c     return target;
target            152 lib/widget/buttonbar.c     Widget *target;
target            156 lib/widget/buttonbar.c         target = (bb->labels[i].receiver != NULL) ? bb->labels[i].receiver : WIDGET (w->owner);
target            157 lib/widget/buttonbar.c         ret = send_message (target, w, MSG_ACTION, bb->labels[i].command, NULL);
target            283 src/filemanager/cmd.c             file_entry_t *target = &other->dir.list[j];
target            287 src/filemanager/cmd.c                 if (source->st.st_mtime < target->st.st_mtime)
target            291 src/filemanager/cmd.c             if (source->st.st_size != target->st.st_size)
target            304 src/filemanager/cmd.c                 if (source->st.st_mtime > target->st.st_mtime)
target            317 src/filemanager/cmd.c                     vfs_path_append_new (other->cwd_vpath, target->fname->str, (char *) NULL);
target            969 src/filemanager/cmd.c     char *target;
target            971 src/filemanager/cmd.c     target = hotlist_show (LIST_HOTLIST, panel);
target            972 src/filemanager/cmd.c     if (target == NULL)
target            979 src/filemanager/cmd.c         vpath = vfs_path_from_str (target);
target            988 src/filemanager/cmd.c         deprecated_vpath = vfs_path_from_str_flags (target, VPF_USE_DEPRECATED_PARSER);
target            994 src/filemanager/cmd.c     g_free (target);
target           1003 src/filemanager/cmd.c     char *target;
target           1006 src/filemanager/cmd.c     target = hotlist_show (LIST_VFSLIST, panel);
target           1007 src/filemanager/cmd.c     if (target == NULL)
target           1010 src/filemanager/cmd.c     target_vpath = vfs_path_from_str (target);
target           1012 src/filemanager/cmd.c         cd_error_message (target);
target           1014 src/filemanager/cmd.c     g_free (target);
target            372 src/filemanager/ext.c exec_extension_view (void *target, char *cmd, const vfs_path_t * filename_vpath, int start_line)
target            393 src/filemanager/ext.c     if (target == NULL)
target            396 src/filemanager/ext.c         mcview_load ((WView *) target, cmd, vfs_path_as_str (filename_vpath), start_line, 0, 0);
target            432 src/filemanager/ext.c exec_extension (WPanel * panel, void *target, const vfs_path_t * filename_vpath,
target            518 src/filemanager/ext.c             exec_extension_view (target, NULL, filename_vpath, start_line);
target            520 src/filemanager/ext.c             exec_extension_view (target, cmd, filename_vpath, start_line);
target            898 src/filemanager/ext.c regex_command_for (void *target, const vfs_path_t * filename_vpath, const char *action,
target           1088 src/filemanager/ext.c             sv = exec_extension (current_panel, target, filename_vpath, action_value,
target             17 src/filemanager/ext.h int regex_command_for (void *target, const vfs_path_t * filename_vpath, const char *action,
target           1642 src/filemanager/hotlist.c     char *target = NULL;
target           1667 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);
target           1671 src/filemanager/hotlist.c     return target;