Home
last modified time | relevance | path

Searched refs:pLastShownResults (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Scooby-Do/src/
H A Dapplet-search.c105 pBackend->pLastShownResults = pBackend->pSearchResults; in _update_entries()
144 pBackend->pLastShownResults = pBackend->pSearchResults; in _update_entries()
189 cd_do_filter_entries (pBackend->pLastShownResults, pBackend->iNbLastShownResults); in cd_do_launch_backend()
222 pBackend->pLastShownResults = pEntries; in cd_do_launch_backend()
244 pBackend->pLastShownResults = NULL; in cd_do_stop_backend()
304 if (pBackend->pLastShownResults == NULL) in cd_do_remove_entries_from_listing()
310 if (e == pBackend->pLastShownResults) in cd_do_remove_entries_from_listing()
318 pLeftLink = pBackend->pLastShownResults->prev; in cd_do_remove_entries_from_listing()
322 pBackend->pLastShownResults->prev = NULL; in cd_do_remove_entries_from_listing()
346 if (pBackend->pLastShownResults == myData.pListing->pEntries) in cd_do_remove_entries_from_listing()
[all …]
H A Dapplet-struct.h139 GList *pLastShownResults; member