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

/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp55 static uint history_next; variable
115 uint ptr = ptrprev(history_next);
127 history_next = 0;
135 uint last = ptrprev(history_next);
139 strlcpy(history_line(history_next), line, LINE_LEN);
140 history_next = ptrnext(history_next);
144 return ptrprev(history_next);
150 if (i == history_next)
162 if (*cursor == history_next)
[all...]

Completed in 19 milliseconds