Lines Matching refs:edit_history
27 struct edit_history { struct
33 static struct edit_history *history_curr; argument
178 struct edit_history *h, *match = NULL, *last = NULL; in history_add()
184 dl_list_for_each(h, &history_list, struct edit_history, list) { in history_add()
230 dl_list_first(&history_list, struct edit_history, list)) { in history_prev()
241 dl_list_last(&history_list, struct edit_history, list)) in history_prev()
245 struct edit_history, list); in history_prev()
254 dl_list_first(&history_list, struct edit_history, list)) { in history_next()
266 struct edit_history, list); in history_next()
298 struct edit_history *h; in history_write()
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) { in history_write()
316 struct edit_history *h; in history_debug_dump()
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) in history_debug_dump()
869 struct edit_history *h; in search_find()
876 dl_list_for_each(h, &history_list, struct edit_history, list) { in search_find()
1147 struct edit_history *h; in edit_deinit()
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) { in edit_deinit()