the_set          1115 src/vfs/ftpfs/ftpfs_parse_ls.c     GSList **the_set = NULL;
the_set          1183 src/vfs/ftpfs/ftpfs_parse_ls.c                 the_set = &set[i];
the_set          1204 src/vfs/ftpfs/ftpfs_parse_ls.c                 *the_set = g_slist_prepend (*the_set, info);
the_set          1213 src/vfs/ftpfs/ftpfs_parse_ls.c     if (the_set == NULL)
the_set          1216 src/vfs/ftpfs/ftpfs_parse_ls.c         the_set = &set[i];
the_set          1222 src/vfs/ftpfs/ftpfs_parse_ls.c         if (&set[i] != the_set)
the_set          1233 src/vfs/ftpfs/ftpfs_parse_ls.c     return the_set != NULL ? g_slist_reverse (*the_set) : NULL;