Home
last modified time | relevance | path

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

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp700 struct historynode **who_will_point_to_current = 0; /* BLEAH! */ in read() local
734 who_will_point_to_current = (last ? &last->next : &first); in read()
739 if (who_will_point_to_current) in read()
740 current = *who_will_point_to_current; in read()