Searched refs:ug_next (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dcommand.c89 struct ungot *ug_next; member in struct:ungot
914 ungot = ug->ug_next;
990 ug->ug_next = ungot;
1004 ug->ug_next = NULL;
1010 for (pu = ungot; pu->ug_next != NULL; pu = pu->ug_next)
1012 pu->ug_next = ug;

Completed in 100 milliseconds