flist             521 src/args.c         GList *flist = NULL;
flist             596 src/args.c             flist = g_list_prepend (flist, arg);
flist             599 src/args.c         if (flist == NULL)
flist             600 src/args.c             flist = g_list_prepend (flist, mcedit_arg_new (NULL, 0));
flist             606 src/args.c             l = g_list_last (flist);
flist             610 src/args.c         return flist;
flist            4275 src/filemanager/panel.c         char *flist = NULL;
flist            4285 src/filemanager/panel.c                     flist = g_strndup (fe->fname->str, fe->fname->len);
flist            4293 src/filemanager/panel.c                     tmp = g_strconcat (flist, "\n", fe->fname->str, (char *) NULL);
flist            4294 src/filemanager/panel.c                     g_free (flist);
flist            4295 src/filemanager/panel.c                     flist = tmp;
flist            4300 src/filemanager/panel.c         mc_event_raise (MCEVENT_GROUP_CORE, "clipboard_text_to_file", (gpointer) flist);
flist            4301 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;