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 4315 src/filemanager/panel.c char *flist = NULL; flist 4325 src/filemanager/panel.c flist = g_strndup (fe->fname->str, fe->fname->len); flist 4333 src/filemanager/panel.c tmp = g_strconcat (flist, "\n", fe->fname->str, (char *) NULL); flist 4334 src/filemanager/panel.c g_free (flist); flist 4335 src/filemanager/panel.c flist = tmp; flist 4340 src/filemanager/panel.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_text_to_file", (gpointer) flist); flist 4341 src/filemanager/panel.c g_free (flist); flist 1587 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1592 src/vfs/ftpfs/ftpfs.c for (flist = dir->file_list->next; flist != dir->file_list; flist = flist->next) flist 1595 src/vfs/ftpfs/ftpfs.c fel = flist->data; flist 1672 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1704 src/vfs/ftpfs/ftpfs.c flist = dir->file_list->next; flist 1710 src/vfs/ftpfs/ftpfs.c if (flist == dir->file_list) flist 1713 src/vfs/ftpfs/ftpfs.c fe = flist->data; flist 1714 src/vfs/ftpfs/ftpfs.c flist = flist->next;