Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 71) sorted by relevance

123

/reactos/drivers/storage/class/classpnp/
H A Dhistory.c47 PSRB_HISTORY history; in HistoryLogSendPacket() local
51 history = Pkt->RetryHistory; in HistoryLogSendPacket()
53 NT_ASSERT( history->UsedHistoryCount <= history->TotalHistoryCount ); in HistoryLogSendPacket()
56 if (history->UsedHistoryCount == history->TotalHistoryCount ) in HistoryLogSendPacket()
63 NT_ASSERT( history->UsedHistoryCount < history->TotalHistoryCount ); in HistoryLogSendPacket()
67 NT_ASSERT( history->UsedHistoryCount < history->TotalHistoryCount ); in HistoryLogSendPacket()
70 history->UsedHistoryCount++; in HistoryLogSendPacket()
73 item = &( history->History[ history->UsedHistoryCount-1 ] ); in HistoryLogSendPacket()
85 PSRB_HISTORY history; in HistoryLogReturnedPacket() local
95 NT_ASSERT( history->UsedHistoryCount <= history->TotalHistoryCount ); in HistoryLogReturnedPacket()
[all …]
H A DCMakeLists.txt17 history.c
/reactos/base/applications/cmdutils/doskey/lang/
H A Den-US.rc5 IDS_HELP "Manages command-line editing settings, history, and macros.\n\
12 /EXENAME=exename Sets the name of the program to view/change history\n\
14 /HISTORY Displays the command history.\n\
15 /LISTSIZE=size Sets the number of commands per history buffer.\n\
16 /REINSTALL Clears the command history.\n\
H A Dsv-SE.rc12 IDS_HELP "Hanterar commandoradseditering; settings, history, and macros.\n\
/reactos/drivers/storage/class/cdrom/
H A Dscratch.c382 RtlZeroMemory(history->History, sizeof(SRB_HISTORY_ITEM) * history->TotalHistoryCount); in ScratchBuffer_ResetItems()
383 history->ClassDriverUse[0] = 0; in ScratchBuffer_ResetItems()
384 history->ClassDriverUse[1] = 0; in ScratchBuffer_ResetItems()
385 history->ClassDriverUse[2] = 0; in ScratchBuffer_ResetItems()
386 history->ClassDriverUse[3] = 0; in ScratchBuffer_ResetItems()
945 NT_ASSERT( history->UsedHistoryCount <= history->TotalHistoryCount );
948 if (history->UsedHistoryCount == history->TotalHistoryCount )
951 NT_ASSERT( history->UsedHistoryCount < history->TotalHistoryCount );
955 NT_ASSERT( history->UsedHistoryCount < history->TotalHistoryCount );
958 history->UsedHistoryCount++;
[all …]
/reactos/base/applications/winhlp32/
H A Dwinhelp.c599 if (!Globals.history.index || Globals.history.set[0].page != wpage->page) in WINHELP_RememberPage()
601 num = ARRAY_SIZE(Globals.history.set); in WINHELP_RememberPage()
603 if (Globals.history.index == num) in WINHELP_RememberPage()
606 Globals.history.index--; in WINHELP_RememberPage()
608 memmove(&Globals.history.set[1], &Globals.history.set[0], in WINHELP_RememberPage()
609 Globals.history.index * sizeof(Globals.history.set[0])); in WINHELP_RememberPage()
610 Globals.history.set[0] = *wpage; in WINHELP_RememberPage()
611 Globals.history.index++; in WINHELP_RememberPage()
1154 if (i < Globals.history.index) in WINHELP_HistoryWndProc()
1162 for (i = 0; i < Globals.history.index; i++) in WINHELP_HistoryWndProc()
[all …]
H A Dwinhelp.h140 WINHELP_PAGESET history; member
/reactos/dll/cpl/inetcpl/lang/
H A DSr.rc53 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
62 /* "Delete browsing history" dialog */
66 CAPTION "Delete browsing history"
165 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
173 /* "Delete browsing history" dialog */
177 CAPTION "Delete browsing history"
H A Duk-UA.rc53 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
62 /* "Delete browsing history" dialog */
66 CAPTION "Delete browsing history"
H A Den-US.rc52 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
61 /* "Delete browsing history" dialog */
65 CAPTION "Delete browsing history"
H A Dnl-NL.rc52 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
61 /* "Delete browsing history" dialog */
65 CAPTION "Delete browsing history"
H A Dpt-BR.rc52 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
61 /* "Delete browsing history" dialog */
65 CAPTION "Delete browsing history"
H A Dsv-SE.rc61 /* "Delete browsing history" dialog */
65 CAPTION "Delete browsing history"
H A Dzh-CN.rc62 /* "Delete browsing history" dialog */
/reactos/base/shell/cmd/
H A Dfiles.txt4 history.txt History of revisions. Not to date. see svn.reactos.com for more info.
36 history.c Command-line history handling
H A DCMakeLists.txt32 history.c
H A Dhistory.txt13 o added command line history.
51 o fixed a bug in history.c that made it not work when you hit the up arrow
79 o removed debugging output from history.c
256 o Also added ifdefs for optional features: aliases, command history
358 o Improved history support.
H A Dreadme.txt21 - command-line history with doskey-like features.
/reactos/sdk/tools/fatten/fatfs/
H A D00readme.txt7 history.txt Revision history.
/reactos/dll/win32/mshtml/
H A Domnavigator.c337 OmHistory *history; in create_history() local
339 history = heap_alloc_zero(sizeof(*history)); in create_history()
340 if(!history) in create_history()
343 init_dispex(&history->dispex, (IUnknown*)&history->IOmHistory_iface, &OmHistory_dispex); in create_history()
344 history->IOmHistory_iface.lpVtbl = &OmHistoryVtbl; in create_history()
345 history->ref = 1; in create_history()
347 history->window = window; in create_history()
349 *ret = history; in create_history()
/reactos/dll/cpl/inetcpl/resources/Icon_Licence/
H A DTango.txt6 history.ico
/reactos/base/applications/mspaint/
H A DCMakeLists.txt15 history.cpp
/reactos/base/applications/network/telnet/doc/
H A Dchanges.txt35 Command-line history (Craig Nellist)
159 Added command line history at the telnet> prompt.
206 Fixed parse problem that prevented line clears on unix history
/reactos/win32ss/user/winsrv/
H A Dconsrv.cmake16 consrv/history.c
/reactos/sdk/lib/3rdparty/zlib/
H A DINDEX2 ChangeLog history of changes

123