Searched defs:rest (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c101 /* .. and the rest. */
118 int rest; local
165 rest = width - 1;
166 while (rest-- > 0) {
H A Dpunycode.c291 int limit = -1, rest; local
316 for (uidx = 0, rest = ucsdone; uidx <= limit; uidx++) {
319 rest--;
335 delta += rest + 1;
/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c135 isccc_sexpr_t *car, *caar, *rest, *prev; local
140 rest = CDR(alist);
141 while (rest != NULL) {
142 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
143 car = CAR(rest);
148 CDR(prev) = CDR(rest);
149 CDR(rest) = NULL;
150 isccc_sexpr_free(&rest);
153 prev = rest;
154 rest
[all...]

Completed in 48 milliseconds