|
PatchworkOS
|
#include <history.h>
Data Fields | |
| char * | entries [HISTORY_MAX_ENTRY] |
| uint64_t | count |
| uint64_t | index |
| uint64_t history_t::count |
Definition at line 11 of file history.h.
Referenced by history_deinit(), history_init(), history_next(), history_previous(), and history_push().
| char* history_t::entries[HISTORY_MAX_ENTRY] |
Definition at line 10 of file history.h.
Referenced by history_deinit(), history_next(), history_previous(), and history_push().
| uint64_t history_t::index |
Definition at line 12 of file history.h.
Referenced by history_init(), history_next(), history_previous(), and history_push().