HelenOS sources
KCONSOLE_HISTORY 90 kernel/generic/src/console/kconsole.c static char32_t history[KCONSOLE_HISTORY][MAX_CMDLINE] = { };
KCONSOLE_HISTORY 104 kernel/generic/src/console/kconsole.c for (i = 0; i < KCONSOLE_HISTORY; i++)
KCONSOLE_HISTORY 492 kernel/generic/src/console/kconsole.c history_pos = KCONSOLE_HISTORY - 1;
KCONSOLE_HISTORY 498 kernel/generic/src/console/kconsole.c history_pos = history_pos % KCONSOLE_HISTORY;
KCONSOLE_HISTORY 541 kernel/generic/src/console/kconsole.c history_pos = history_pos % KCONSOLE_HISTORY;
HelenOS homepage, sources at GitHub