OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HISTORY_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/debugger/
dbhistry.c
55
#define
HISTORY_SIZE
40
66
static HISTORY_INFO AcpiGbl_HistoryBuffer[
HISTORY_SIZE
];
126
if ((AcpiGbl_NumHistory ==
HISTORY_SIZE
) &&
130
if (AcpiGbl_LoHistory >=
HISTORY_SIZE
)
137
if (AcpiGbl_NextHistoryIndex >=
HISTORY_SIZE
)
143
if (AcpiGbl_NumHistory <
HISTORY_SIZE
)
184
if (HistoryIndex >=
HISTORY_SIZE
)
262
if (HistoryIndex >=
HISTORY_SIZE
)
/src/external/bsd/bc/dist/
bcdefs.h
196
#define
HISTORY_SIZE
(n) history(hist, &histev, H_SETSIZE, n)
201
#define
HISTORY_SIZE
(n) stifle_history(n)
storage.c
579
HISTORY_SIZE
(n_history);
728
HISTORY_SIZE
(n_history);
809
HISTORY_SIZE
(n_history);
Completed in 75 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026