flist 491 src/args.c GList *flist = NULL; flist 566 src/args.c flist = g_list_prepend (flist, arg); flist 569 src/args.c if (flist == NULL) flist 570 src/args.c flist = g_list_prepend (flist, edit_arg_new (NULL, 0)); flist 576 src/args.c l = g_list_last (flist); flist 580 src/args.c return flist; flist 4343 src/filemanager/panel.c char *flist = NULL; flist 4353 src/filemanager/panel.c flist = g_strndup (fe->fname->str, fe->fname->len); flist 4361 src/filemanager/panel.c tmp = g_strconcat (flist, "\n", fe->fname->str, (char *) NULL); flist 4362 src/filemanager/panel.c g_free (flist); flist 4363 src/filemanager/panel.c flist = tmp; flist 4368 src/filemanager/panel.c mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_text_to_file", (gpointer) flist); flist 4369 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 1673 src/vfs/ftpfs/ftpfs.c struct linklist *flist; flist 1705 src/vfs/ftpfs/ftpfs.c flist = dir->file_list->next; flist 1711 src/vfs/ftpfs/ftpfs.c if (flist == dir->file_list) flist 1714 src/vfs/ftpfs/ftpfs.c fe = flist->data; flist 1715 src/vfs/ftpfs/ftpfs.c flist = flist->next;