Searched refs:history_curr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c33 static struct edit_history *history_curr; variable in typeref:struct:edit_history
196 history_curr = h;
211 history_curr = h;
218 cmdbuf_len = cmdbuf_pos = os_strlen(history_curr->str);
219 os_memcpy(cmdbuf, history_curr->str, cmdbuf_len);
226 if (history_curr == NULL)
229 if (history_curr ==
240 if (history_curr ==
244 history_curr = dl_list_entry(history_curr
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dedit.c33 static struct edit_history *history_curr; variable in typeref:struct:edit_history
196 history_curr = h;
211 history_curr = h;
218 cmdbuf_len = cmdbuf_pos = os_strlen(history_curr->str);
219 os_memcpy(cmdbuf, history_curr->str, cmdbuf_len);
226 if (history_curr == NULL)
229 if (history_curr ==
240 if (history_curr ==
244 history_curr = dl_list_entry(history_curr
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c33 static struct edit_history *history_curr; variable in typeref:struct:edit_history
196 history_curr = h;
211 history_curr = h;
218 cmdbuf_len = cmdbuf_pos = os_strlen(history_curr->str);
219 os_memcpy(cmdbuf, history_curr->str, cmdbuf_len);
226 if (history_curr == NULL)
229 if (history_curr ==
240 if (history_curr ==
244 history_curr = dl_list_entry(history_curr
[all...]

Completed in 50 milliseconds