Home
last modified time | relevance | path

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

/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-window-slot.c2357 GList **list_ptr, **other_list_ptr; in handle_go_direction() local
2362 other_list_ptr = (forward) ? (&self->back_list) : (&self->forward_list); in handle_go_direction()
2364 other_list = *other_list_ptr; in handle_go_direction()
2394 *other_list_ptr = other_list; in handle_go_direction()