ReactOS 0.4.16-dev-2-g02a6913
|
Public Attributes | |
LIST_ENTRY | ListEntry |
ULONG | Position |
ULONG | MaxEntries |
ULONG | NumEntries |
UNICODE_STRING | ExeName |
PUNICODE_STRING | Entries |
PUNICODE_STRING _HISTORY_BUFFER::Entries |
Definition at line 24 of file history.c.
Referenced by CON_API(), HistoryAddEntry(), HistoryCurrentBuffer(), HistoryDeleteBuffer(), HistoryFindEntryByPrefix(), HistoryGetCurrentEntry(), HistoryRecallHistory(), LineInputKeyDown(), and LineInputRecallHistory().
UNICODE_STRING _HISTORY_BUFFER::ExeName |
Definition at line 23 of file history.c.
Referenced by HistoryCurrentBuffer(), and HistoryFindBuffer().
LIST_ENTRY _HISTORY_BUFFER::ListEntry |
Definition at line 19 of file history.c.
Referenced by HistoryCurrentBuffer(), and HistoryDeleteBuffer().
ULONG _HISTORY_BUFFER::MaxEntries |
Definition at line 21 of file history.c.
Referenced by HistoryAddEntry(), and HistoryCurrentBuffer().
ULONG _HISTORY_BUFFER::NumEntries |
Definition at line 22 of file history.c.
Referenced by CON_API(), HistoryAddEntry(), HistoryCurrentBuffer(), HistoryDeleteBuffer(), HistoryDisplayCurrentHistory(), HistoryFindEntryByPrefix(), HistoryGetCurrentEntry(), HistoryRecallHistory(), LineInputKeyDown(), and LineInputRecallHistory().
ULONG _HISTORY_BUFFER::Position |
Definition at line 20 of file history.c.
Referenced by HistoryAddEntry(), HistoryFindEntryByPrefix(), HistoryGetCurrentEntry(), HistoryRecallHistory(), LineInputKeyDown(), and LineInputRecallHistory().