Home | History | Annotate | Download | only in utils

Lines Matching full:edit_history

27 struct edit_history {
33 static struct edit_history *history_curr;
178 struct edit_history *h, *match = NULL, *last = NULL;
184 dl_list_for_each(h, &history_list, struct edit_history, list) {
230 dl_list_first(&history_list, struct edit_history, list)) {
241 dl_list_last(&history_list, struct edit_history, list))
245 struct edit_history, list);
254 dl_list_first(&history_list, struct edit_history, list)) {
266 struct edit_history, list);
298 struct edit_history *h;
304 dl_list_for_each_reverse(h, &history_list, struct edit_history, list) {
316 struct edit_history *h;
319 dl_list_for_each_reverse(h, &history_list, struct edit_history, list)
869 struct edit_history *h;
876 dl_list_for_each(h, &history_list, struct edit_history, list) {
1147 struct edit_history *h;
1150 while ((h = dl_list_first(&history_list, struct edit_history, list))) {