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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dnlist.h42 * Add padding for alpha, make n_other unsigned,
120 unsigned char n_other; /* unused */ member in struct:nlist
H A Ddb_aout.c324 if (sp->n_other)
325 sp->n_other = 0;
361 * Use n_other field to mark completion symbols in order
392 cur->n_other = 1;
394 cur->n_other = 2;
404 if (cur->n_other) {
407 if (strncmp(&cur->n_un.n_name[cur->n_other - 1],
408 &new->n_un.n_name[new->n_other - 1],
482 db_sym_print_completion(stab, &new->n_un.n_name[new->n_other - 1],
485 new->n_other
[all...]

Completed in 86 milliseconds