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

/haiku-fatelf/src/bin/bc/bc/
H A Dbcdefs.h181 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n) macro
186 #define HISTORY_SIZE(n) stifle_history(n) macro
H A Dstorage.c560 HISTORY_SIZE(n_history);
713 HISTORY_SIZE(n_history);
795 HISTORY_SIZE(n_history);
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp134 #define HISTORY_SIZE 16 macro
136 static char sLineBuffer[HISTORY_SIZE][LINE_BUFFER_SIZE] = { "", };
547 historyLine = HISTORY_SIZE - 1;
554 if (historyLine >= HISTORY_SIZE)
590 + HISTORY_SIZE) % HISTORY_SIZE;
923 previousLine = HISTORY_SIZE - 1;
927 if (++sCurrentLine >= HISTORY_SIZE)

Completed in 43 milliseconds