the_set          1116 src/vfs/ftpfs/ftpfs_parse_ls.c     GSList **the_set = NULL;
the_set          1184 src/vfs/ftpfs/ftpfs_parse_ls.c                 the_set = &set[i];
the_set          1205 src/vfs/ftpfs/ftpfs_parse_ls.c                 *the_set = g_slist_prepend (*the_set, info);
the_set          1214 src/vfs/ftpfs/ftpfs_parse_ls.c     if (the_set == NULL)
the_set          1217 src/vfs/ftpfs/ftpfs_parse_ls.c         the_set = &set[i];
the_set          1223 src/vfs/ftpfs/ftpfs_parse_ls.c         if (&set[i] != the_set)
the_set          1234 src/vfs/ftpfs/ftpfs_parse_ls.c     return the_set != NULL ? g_slist_reverse (*the_set) : NULL;