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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dundo.c140 UNDO_LIST *list, *new, *roving, *c; local
148 roving = new = c;
151 roving->next = c;
152 roving = roving->next;
157 roving->next = 0;

Completed in 199 milliseconds