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

/fuchsia/zircon/kernel/lib/console/
H A Dconsole.cpp101 static inline char* history_line(uint line) { function
118 if (history_line(ptr)[0] != 0)
119 printf("\t%s\n", history_line(ptr));
136 if (strcmp(line, history_line(last)) == 0)
139 strlcpy(history_line(history_next), line, LINE_LEN);
154 return history_line(i);
159 const char* str = history_line(*cursor);
169 if (history_line(i)[0] == '\0')

Completed in 34 milliseconds