Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dedit.c27 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()
[all …]