Searched refs:history_curr (Results 1 – 1 of 1) sorted by relevance
33 static struct edit_history *history_curr; variable196 history_curr = h; in history_add()211 history_curr = h; in history_add()218 cmdbuf_len = cmdbuf_pos = os_strlen(history_curr->str); in history_use()219 os_memcpy(cmdbuf, history_curr->str, cmdbuf_len); in history_use()226 if (history_curr == NULL) in history_prev()229 if (history_curr == in history_prev()240 if (history_curr == in history_prev()244 history_curr = dl_list_entry(history_curr->list.next, in history_prev()252 if (history_curr == NULL || in history_next()[all …]