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