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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c226 char * db_history_last = db_history; /* start of last line */ variable
561 db_history_curr = db_history_last;
593 while (db_history_curr != db_history_last) {
610 if (db_history_curr != db_history_last &&
619 if (db_history_curr == db_history_last) {
656 while (db_history_curr != db_history_last) {
661 if (db_history_curr != db_history_last &&
671 if (db_history_curr != db_history_last) {
673 if (db_history_curr != db_history_last) {
727 db_history_curr = db_history_last;
[all...]

Completed in 31 milliseconds