Home | History | Annotate | Download | only in utils

Lines Matching full:history_curr

33 static struct edit_history *history_curr;
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->list.next,
252 if (history_curr == NULL ||
253 history_curr ==
265 history_curr = dl_list_entry(history_curr->list.prev,
320 printf("%s%s\n", h == history_curr ? "[C]" : "", h->str);
1120 history_curr = NULL;