Searched refs:moveto_item (Results 1 – 2 of 2) sorted by relevance
339 struct hotlist *moveto_item = NULL; in hotlist_run_cmd() local351 listbox_get_current (l_movelist, NULL, (void **) &moveto_item); in hotlist_run_cmd()357 if (moveto_item == item) in hotlist_run_cmd()365 else if (moveto_item == NULL) in hotlist_run_cmd()376 if (moveto_item->next == NULL) in hotlist_run_cmd()377 moveto_item->next = item; in hotlist_run_cmd()380 item->next = moveto_item->next; in hotlist_run_cmd()381 moveto_item->next = item; in hotlist_run_cmd()384 else if (moveto_group->head == moveto_item) in hotlist_run_cmd()387 item->next = moveto_item; in hotlist_run_cmd()[all …]