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            257 src/filemanager/cmd.c             file_entry_t *target = &other->dir.list[j];
target            261 src/filemanager/cmd.c                 if (source->st.st_mtime < target->st.st_mtime)
target            265 src/filemanager/cmd.c             if (source->st.st_size != target->st.st_size)
target            278 src/filemanager/cmd.c                 if (source->st.st_mtime > target->st.st_mtime)
target            291 src/filemanager/cmd.c                     vfs_path_append_new (other->cwd_vpath, target->fname->str, (char *) NULL);
target            952 src/filemanager/cmd.c     char *target;
target            954 src/filemanager/cmd.c     target = hotlist_show (LIST_HOTLIST, panel);
target            955 src/filemanager/cmd.c     if (target == NULL)
target            962 src/filemanager/cmd.c         vpath = vfs_path_from_str (target);
target            971 src/filemanager/cmd.c         deprecated_vpath = vfs_path_from_str_flags (target, VPF_USE_DEPRECATED_PARSER);
target            977 src/filemanager/cmd.c     g_free (target);
target            986 src/filemanager/cmd.c     char *target;
target            989 src/filemanager/cmd.c     target = hotlist_show (LIST_VFSLIST, panel);
target            990 src/filemanager/cmd.c     if (target == NULL)
target            993 src/filemanager/cmd.c     target_vpath = vfs_path_from_str (target);
target            995 src/filemanager/cmd.c         cd_error_message (target);
target            997 src/filemanager/cmd.c     g_free (target);
target            368 src/filemanager/ext.c exec_extension_view (void *target, char *cmd, const vfs_path_t *filename_vpath, int start_line)
target            387 src/filemanager/ext.c     if (target == NULL)
target            390 src/filemanager/ext.c         mcview_load ((WView *) target, cmd, vfs_path_as_str (filename_vpath), start_line, 0, 0);
target            425 src/filemanager/ext.c exec_extension (WPanel *panel, void *target, const vfs_path_t *filename_vpath, const char *lc_data,
target            511 src/filemanager/ext.c             exec_extension_view (target, NULL, filename_vpath, start_line);
target            513 src/filemanager/ext.c             exec_extension_view (target, cmd, filename_vpath, start_line);
target            893 src/filemanager/ext.c regex_command_for (void *target, const vfs_path_t *filename_vpath, const char *action,
target           1084 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           1631 src/filemanager/hotlist.c     char *target = NULL;
target           1656 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);
target           1660 src/filemanager/hotlist.c     return target;