flist 539 src/args.c GList *flist = NULL; flist 614 src/args.c flist = g_list_prepend (flist, arg); flist 617 src/args.c if (flist == NULL) flist 618 src/args.c flist = g_list_prepend (flist, edit_arg_new (NULL, 0)); flist 624 src/args.c l = g_list_last (flist); flist 628 src/args.c return flist; flist 4210 src/filemanager/panel.c char *flist = NULL; flist 4220 src/filemanager/panel.c flist = g_strndup (fe->fname->str, fe->fname->len); flist 4228 src/filemanager/panel.c tmp = g_strconcat (flist, "\n", fe->fname->str, (char *) NULL); flist 4229 src/filemanager/panel.c g_free (flist); flist 4230 src/filemanager/panel.c flist = tmp; flist 4235 src/filemanager/panel.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_text_to_file", (gpointer) flist); flist 4236 src/filemanager/panel.c g_free (flist); flist 1589 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1594 src/vfs/ftpfs/ftpfs.c for (flist = dir->file_list->next; flist != dir->file_list; flist = flist->next) flist 1597 src/vfs/ftpfs/ftpfs.c fel = flist->data; flist 1674 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1706 src/vfs/ftpfs/ftpfs.c flist = dir->file_list->next; flist 1712 src/vfs/ftpfs/ftpfs.c if (flist == dir->file_list) flist 1715 src/vfs/ftpfs/ftpfs.c fe = flist->data; flist 1716 src/vfs/ftpfs/ftpfs.c flist = flist->next;