Home
last modified time | relevance | path

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

/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dhotlist.c339 struct hotlist *moveto_item = NULL; in hotlist_run_cmd() local
351 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 …]
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dhotlist.c339 struct hotlist *moveto_item = NULL; in hotlist_run_cmd() local
351 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 …]