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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_input.c220 int db_completion; /* number of incomplete symbols matched */ variable
376 switch(db_completion) {
384 db_completion = 0;
399 db_printf("\nThere are %d possibilities. ", db_completion);
402 db_completion = -1;
406 db_completion = 0;
443 db_completion = db_lookup_incomplete(db_tok_string,
445 if (db_completion == 0) {
452 if (db_completion == 1 &&
463 if (db_completion
[all...]

Completed in 15 milliseconds