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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c125 * DB_HISTORY_SIZE is 0 then command history is disabled.
203 #ifndef DB_HISTORY_SIZE
204 #define DB_HISTORY_SIZE 4000 macro
205 #endif /* DB_HISTORY_SIZE */
222 #if DB_HISTORY_SIZE != 0
223 char db_history[DB_HISTORY_SIZE]; /* start of history buffer */
224 int db_history_size = DB_HISTORY_SIZE;/* size of history buffer */
312 #if DB_HISTORY_SIZE != 0
560 #if DB_HISTORY_SIZE != 0
573 #if DB_HISTORY_SIZE !
[all...]

Completed in 22 milliseconds