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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c223 char db_history[DB_HISTORY_SIZE]; /* start of history buffer */ variable
225 char * db_history_curr = db_history; /* start of current line */
226 char * db_history_last = db_history; /* start of last line */
317 db_history + db_history_size - 1) \
318 db_history_curr = db_history; \
323 if (db_history_curr < db_history) \
324 db_history_curr = db_history + \
628 if (p == db_history + db_history_size) {
629 p = db_history;
678 if (p == db_history
[all...]

Completed in 20 milliseconds