Home
last modified time | relevance | path

Searched refs:HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbhistry.c55 #define HISTORY_SIZE 40 macro
66 static HISTORY_INFO AcpiGbl_HistoryBuffer[HISTORY_SIZE];
126 if ((AcpiGbl_NumHistory == HISTORY_SIZE) && in AcpiDbAddToHistory()
130 if (AcpiGbl_LoHistory >= HISTORY_SIZE) in AcpiDbAddToHistory()
137 if (AcpiGbl_NextHistoryIndex >= HISTORY_SIZE) in AcpiDbAddToHistory()
143 if (AcpiGbl_NumHistory < HISTORY_SIZE) in AcpiDbAddToHistory()
184 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbDisplayHistory()
262 if (HistoryIndex >= HISTORY_SIZE) in AcpiDbGetHistoryByIndex()
/netbsd-src/external/bsd/bc/dist/
H A Dbcdefs.h196 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n) macro
201 #define HISTORY_SIZE(n) stifle_history(n) macro
H A Dstorage.c579 HISTORY_SIZE(n_history); in store_var()
728 HISTORY_SIZE(n_history); in decr_var()
809 HISTORY_SIZE(n_history); in incr_var()