Lines Matching defs:is
19 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
197 unsigned char st, ia, is, lc;
437 is = GI(*astate); /* index in the string */
438 lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
444 if (is != 0 && nv[ia].name[is - 1] != lc)
446 if (nv[ia].name[is] == uc)
455 *astate = SS(is + 1, S_STRING);
484 * Number of chars decoded into dst is returned, -1 on error.
485 * Dst is null terminated.