flist 520 src/args.c GList *flist = NULL; flist 595 src/args.c flist = g_list_prepend (flist, arg); flist 598 src/args.c if (flist == NULL) flist 599 src/args.c flist = g_list_prepend (flist, mcedit_arg_new (NULL, 0)); flist 605 src/args.c l = g_list_last (flist); flist 609 src/args.c return flist; flist 4203 src/filemanager/panel.c char *flist = NULL; flist 4210 src/filemanager/panel.c flist = g_strndup (current_panel->dir.list[i].fname->str, flist 4220 src/filemanager/panel.c g_strconcat (flist, "\n", current_panel->dir.list[i].fname->str, flist 4222 src/filemanager/panel.c g_free (flist); flist 4223 src/filemanager/panel.c flist = tmp; flist 4227 src/filemanager/panel.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_text_to_file", (gpointer) flist); flist 4228 src/filemanager/panel.c g_free (flist); flist 1593 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1598 src/vfs/ftpfs/ftpfs.c for (flist = dir->file_list->next; flist != dir->file_list; flist = flist->next) flist 1601 src/vfs/ftpfs/ftpfs.c fel = flist->data; flist 1677 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1709 src/vfs/ftpfs/ftpfs.c flist = dir->file_list->next; flist 1715 src/vfs/ftpfs/ftpfs.c if (flist == dir->file_list) flist 1718 src/vfs/ftpfs/ftpfs.c fe = flist->data; flist 1719 src/vfs/ftpfs/ftpfs.c flist = flist->next;