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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c228 int db_hist_unmodified = 0; /* unmodified line from history */ variable
590 if (db_hist_unmodified++ == 0)
591 db_hist_unmodified++;
654 if (db_hist_unmodified++ == 0)
655 db_hist_unmodified++;
730 db_hist_unmodified = 0;
735 (db_hist_unmodified == 0 || !db_hist_ignore_dups)) {
750 db_hist_unmodified = 0;
769 if (db_hist_unmodified)
770 db_hist_unmodified
[all...]

Completed in 71 milliseconds