HelenOS sources
KCONSOLE_HISTORY 89 kernel/generic/src/console/kconsole.c static char32_t history[KCONSOLE_HISTORY][MAX_CMDLINE] = { };
KCONSOLE_HISTORY 103 kernel/generic/src/console/kconsole.c for (i = 0; i < KCONSOLE_HISTORY; i++)
KCONSOLE_HISTORY 493 kernel/generic/src/console/kconsole.c history_pos = KCONSOLE_HISTORY - 1;
KCONSOLE_HISTORY 499 kernel/generic/src/console/kconsole.c history_pos = history_pos % KCONSOLE_HISTORY;
KCONSOLE_HISTORY 542 kernel/generic/src/console/kconsole.c history_pos = history_pos % KCONSOLE_HISTORY;
HelenOS homepage, sources at GitHub