Searched refs:most_recent_hist (Results 1 – 1 of 1) sorted by relevance
526 char *most_recent_hist = str_dup_maybe(line); in readline_push_history() local527 if (most_recent_hist != NULL) { in readline_push_history()531 MP_STATE_PORT(readline_hist)[0] = most_recent_hist; in readline_push_history()
Completed in 3 milliseconds