Home
last modified time | relevance | path

Searched defs:HistoryIndex (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/debugger/
H A Ddbhistry.c275 UINT16 HistoryIndex; in AcpiDbDisplayHistory() local
352 UINT16 HistoryIndex; in AcpiDbGetHistoryByIndex() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/debugger/
H A Ddbhistry.c168 UINT16 HistoryIndex; in AcpiDbDisplayHistory() local
245 UINT16 HistoryIndex; in AcpiDbGetHistoryByIndex() local
/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dgtk_console.c47 int HistoryIndex, HistoryEnd; member
323 int HistoryIndex = (Console->HistoryIndex + MAX_HISTORY - 1) % MAX_HISTORY; in console_keypress() local
334 int HistoryIndex = (Console->HistoryIndex + 1) % MAX_HISTORY; in console_keypress() local
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dzgfx.c71 UINT32 HistoryIndex; member
/dports/editors/lazarus/lazarus/ide/
H A Dprojectdefs.pas273 property HistoryIndex: integer read FHistoryIndex write SetHistoryIndex; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprojectdefs.pas272 property HistoryIndex: integer read FHistoryIndex write SetHistoryIndex; property
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dprojectdefs.pas273 property HistoryIndex: integer read FHistoryIndex write SetHistoryIndex; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dprojectdefs.pas272 property HistoryIndex: integer read FHistoryIndex write SetHistoryIndex; property
/dports/games/jzip/jzip-2.0.1g/
H A Damigaio.c1608 HistoryIndex = LastHistory + 1, in ConInput() local
/dports/games/crafty/crafty-25.2_1/
H A Dchess.h544 # define HistoryIndex(side, m) ((side << 9) + (Piece(m) << 6) + To(m)) macro