Searched refs:history_next (Results 1 – 1 of 1) sorted by relevance
64 size_t history_next; // = 0; member129 uint ptr = ptrprev(con->history_next); in dump_history()143 size_t last = ptrprev(con->history_next); in add_history()147 strlcpy(history_line(con, con->history_next), line, LINE_LEN); in add_history()148 con->history_next = ptrnext(con->history_next); in add_history()152 return ptrprev(con->history_next); in start_history_cursor()158 if (i == con->history_next) in next_history()170 if (*cursor == con->history_next) in prev_history()
Completed in 3 milliseconds