Lines Matching defs:ai
244 const u_char **ak, **ai;304 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */305 *--ak = *--ai;316 const u_char **ak, **ai, *s, *t;322 for (ai = ak; ai > a; ai--) {323 for (s = ai[0] + b, t = ai[-1] + b;329 swap(ai[0], ai[-1], s);