Lines Matching defs:registers
464 * Sort the registers by address with a simple insertion sort.
468 symlist_t registers;
484 SLIST_INIT(®isters);
499 symlist_add(®isters, cursym, SYMLIST_SORT);
536 SLIST_FOREACH(curnode, ®isters, links) {
575 regnode = symlist_search(®isters, regname);
587 regnode = symlist_search(®isters, regname);
592 while (SLIST_FIRST(®isters) != NULL) {
598 curnode = SLIST_FIRST(®isters);
599 SLIST_REMOVE_HEAD(®isters, links);