ReactOS
0.4.15-dev-2092-gf04890c
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | tagHISTORY |
Typedefs | |
typedef struct tagHISTORY | HIST_ENTRY |
typedef struct tagHISTORY * | LPHIST_ENTRY |
Functions | |
VOID | InitHistory (VOID) |
VOID | History_move_to_bottom (VOID) |
VOID | History (INT dir, LPTSTR commandline) |
VOID | CleanHistory (VOID) |
VOID | History_del_current_entry (LPTSTR str) |
static VOID | del (LPHIST_ENTRY item) |
static VOID | add_at_bottom (LPTSTR string) |
VOID | set_size (INT new_size) |
INT | CommandHistory (LPTSTR param) |
LPCTSTR | PeekHistory (INT dir) |
Variables | |
static INT | size |
static INT | max_size = 100 |
static LPHIST_ENTRY | Top = NULL |
static LPHIST_ENTRY | Bottom = NULL |
static LPHIST_ENTRY | curr_ptr = NULL |
typedef struct tagHISTORY HIST_ENTRY |
typedef struct tagHISTORY * LPHIST_ENTRY |
Definition at line 71 of file history.c.
|
static |
Definition at line 199 of file history.c.
Referenced by add_at_bottom(), CleanHistory(), find_prop_name_prot(), History_del_current_entry(), inf_value_parse(), ReceiveLine(), RtlSplayTreeTest(), set_size(), setValue(), and test_SetupDiInstallClassExA().
Definition at line 326 of file history.c.
Referenced by CommandHistory(), History_del_current_entry(), HistoryInitializeRetryLogs(), and ReadCommand().
Definition at line 132 of file history.c.
Referenced by CommandHistory(), and Initialize().
Definition at line 121 of file history.c.
Referenced by CommandHistory(), set_end_of_file_information(), and set_valid_data_length_information().
|
static |
Definition at line 54 of file history.c.
Referenced by add_at_bottom(), BitBlt(), CleanHistory(), CommandHistory(), ConioFillRegion(), CreateProgressBar(), CreateProgressBarEx(), del(), DrawBorder(), DrawGenericList(), DrawListFrame(), DrawPartitionList(), DrawThickBorder(), History(), History_del_current_entry(), History_move_to_bottom(), InbvSetScrollRegion(), InbvSolidColorFill(), InitHistory(), InitPartitionListUi(), IntArc(), IntDrawRoundRect(), IntFillRoundRect(), IntRoundRect(), MiniTuiDrawProgressBarCenter(), NtGdiCreateEllipticRgn(), NtGdiEllipse(), PeekHistory(), ScrollPageDownGenericList(), set_size(), ShowPartitionSizeInputBox(), TuiDrawBox(), TuiDrawCenteredText(), TuiDrawProgressBar(), TuiDrawProgressBarCenter(), TuiDrawShadow(), TuiFillArea(), UiDrawBox(), UiDrawCenteredText(), UiDrawProgressBar(), UiDrawShadow(), UiFillArea(), UiInfoBox(), VidBiosScrollWindow(), VidSetScrollRegion(), and VidSolidColorFill().
|
static |
Definition at line 56 of file history.c.
Referenced by History(), History_del_current_entry(), History_move_to_bottom(), InitHistory(), and PeekHistory().
|
static |
Definition at line 51 of file history.c.
Referenced by _String_base< _Tp, _Alloc >::_M_allocate_block(), _M_append_sum(), _M_append_sum_pos(), add_at_bottom(), basic_string< char, char_traits< char >, allocator< char > >::append(), AviMuxIn_Receive(), create_cab_file(), CreateAudioDeviceList(), basic_string< char, char_traits< char >, allocator< char > >::max_size(), rdssl_mod_exp(), vector< CTestInfo >::reserve(), basic_string< char, char_traits< char >, allocator< char > >::reserve(), SCROLL_DrawMovingThumb(), set_cab_parameters(), set_size(), TConfig::set_value(), test_heap(), test_IPersistStream(), test_TTM_ADDTOOL(), and wine_dbg_sprintf().
|
static |
Definition at line 53 of file history.c.
Referenced by add_at_bottom(), BaseControlVideoImpl_SetDestinationPosition(), BaseControlVideoImpl_SetSourcePosition(), BaseControlWindowImpl_put_Top(), BaseControlWindowImpl_SetWindowPosition(), BasicVideo_SetDestinationPosition(), BasicVideo_SetSourcePosition(), BitBlt(), CleanHistory(), CommandHistory(), CreateFileSystemList(), CreateProgressBar(), CreateProgressBarEx(), del(), DisplayCharacter(), DoScroll(), DrawGenericList(), DrawGenericListCurrentItem(), GuiWriteStream(), History(), History_del_current_entry(), History_move_to_bottom(), InbvSetProgressBarCoordinates(), InbvSetScrollRegion(), InbvSolidColorFill(), InitHistory(), InitPartitionListUi(), IntArc(), IntDrawRoundRect(), InternetExplorer_put_Top(), IntFillRoundRect(), IntRoundRect(), MiniQueueWorkItem(), MiniTuiDrawProgressBar(), MiniTuiDrawProgressBarCenter(), NtGdiCreateEllipticRgn(), NtGdiEllipse(), PeekHistory(), RleBitBlt(), set_size(), SetPixel(), ShellUIHelper2_AddDesktopComponent(), ShowPartitionSizeInputBox(), TuiDrawBox(), TuiDrawCenteredText(), TuiDrawProgressBar(), TuiDrawProgressBarCenter(), TuiDrawShadow(), TuiFillArea(), UiDrawBox(), UiDrawCenteredText(), UiDrawProgressBar(), UiDrawShadow(), UiFillArea(), UiInfoBox(), VidBitBlt(), VidBufferToScreenBlt(), VidDisplayStringXY(), VideoWindow_put_Top(), VideoWindow_SetWindowPosition(), VidScreenToBufferBlt(), VidSetScrollRegion(), VidSolidColorFill(), and WebBrowser_put_Top().