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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c225 char * db_history_curr = db_history; /* start of current line */ variable
315 db_history_curr++; \
316 if (db_history_curr > \
318 db_history_curr = db_history; \
322 db_history_curr--; \
323 if (db_history_curr < db_history) \
324 db_history_curr = db_history + \
561 db_history_curr = db_history_last;
588 char * old_history_curr = db_history_curr;
593 while (db_history_curr !
[all...]

Completed in 13 milliseconds