HomeSort by relevance Sort by last modified time
    Searched full:edit_history (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/utils/
edit.c 26 struct edit_history { struct
32 static struct edit_history *history_curr;
177 struct edit_history *h, *match = NULL, *last = NULL;
183 dl_list_for_each(h, &history_list, struct edit_history, list) {
229 dl_list_first(&history_list, struct edit_history, list)) {
240 dl_list_last(&history_list, struct edit_history, list))
244 struct edit_history, list);
253 dl_list_first(&history_list, struct edit_history, list)) {
265 struct edit_history, list);
297 struct edit_history *h
    [all...]

Completed in 49 milliseconds