Searched defs:first_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c321 for (l = first_list(); l != NULL; l = next_list()) {
353 for (list = first_list(); list != NULL; list = next_list()) {
451 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) {
570 * first_list, next_list -- an iterator for lists themselves. Serially
574 first_list(void) function
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c63 static elem_list first_list; variable
429 if ((first_list.type != second_list.type) &&
453 (first_list.type != PROTODIR_LIST)) {
460 e = find_elem_isa(&first_list, cur,
464 first_list.type -
483 for (i = 0; i < first_list.num_of_buckets; i++) {
484 for (cur = first_list.list[i]; cur; cur = cur->next) {
485 if ((first_list.type != second_list.type) &&
510 if (!e && (first_list.type == PROTODIR_LIST) &&
520 if (!e && (first_list
[all...]

Completed in 86 milliseconds