Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dundo.c31 static int drop_oldest_undo_record(void);
134 drop_oldest_undo_record(void) in drop_oldest_undo_record() function
348 } while ((rec->content == NULL) && drop_oldest_undo_record()); in undo_add_delete()