OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edit_history
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/utils/
edit.c
27
struct
edit_history
{
struct
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
[
all
...]
Completed in 90 milliseconds