ReactOS 0.4.16-dev-329-g9223134
|
#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 225 of file history.c.
Referenced by History().
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(), IntExtTextOutW(), ReceiveLine(), RtlSplayTreeTest(), set_size(), and test_SetupDiInstallClassExA().
Definition at line 326 of file history.c.
Referenced by CommandHistory(), History_del_current_entry(), HistoryInitializeRetryLogs(), and ReadCommand().
Definition at line 175 of file history.c.
Referenced by ReadCommand().
Definition at line 132 of file history.c.
Referenced by CommandHistory(), and Initialize().
Definition at line 287 of file history.c.
Referenced by ReadCommand().
|
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(), MiniTuiDrawProgressBar(), MiniTuiDrawProgressBarCenter(), NtGdiCreateEllipticRgn(), NtGdiEllipse(), PeekHistory(), ScrollPageDownGenericList(), set_size(), ShowPartitionSizeInputBox(), TuiDrawBox(), TuiDrawBoxBottomLine(), TuiDrawCenteredText(), TuiDrawProgressBar(), TuiDrawProgressBarCenter(), TuiDrawShadow(), TuiFillArea(), UiDrawBox(), UiDrawCenteredText(), UiDrawProgressBar(), UiDrawShadow(), UiFillArea(), UiInfoBox(), UiInitProgressBar(), 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< _CharT, _Traits, _Alloc >::append(), AviMuxIn_Receive(), create_cab_file(), CreateAudioDeviceList(), rdssl_mod_exp(), __BVECTOR_QUALIFIED::reserve(), vector< _Tp, >::reserve(), basic_string< _CharT, _Traits, _Alloc >::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(), TuiDrawBoxTopLine(), TuiDrawCenteredText(), TuiDrawProgressBar(), TuiDrawProgressBarCenter(), TuiDrawShadow(), TuiFillArea(), UiDrawBox(), UiDrawCenteredText(), UiDrawProgressBar(), UiDrawShadow(), UiFillArea(), UiInfoBox(), UiInitProgressBar(), VidBitBlt(), VidBufferToScreenBlt(), VidDisplayStringXY(), VideoWindow_put_Top(), VideoWindow_SetWindowPosition(), VidScreenToBufferBlt(), VidSetScrollRegion(), VidSolidColorFill(), and WebBrowser_put_Top().