j0                900 ext/charconv/jconv.c     unsigned char j0, j1;
j0                903 ext/charconv/jconv.c     j0 = inptr[inoffset];
j0                905 ext/charconv/jconv.c     while (j0 == 0x1b) {
j0                914 ext/charconv/jconv.c         j0 = inptr[inoffset];
j0                917 ext/charconv/jconv.c     if (j0 == '\n' || j0 == '\r') {
j0                919 ext/charconv/jconv.c         outptr[0] = j0;
j0                922 ext/charconv/jconv.c     } else if (j0 < 0x20) {
j0                923 ext/charconv/jconv.c         outptr[0] = j0;
j0                926 ext/charconv/jconv.c     } else if (j0 >= 0xa1 && j0 <= 0xdf) {
j0                930 ext/charconv/jconv.c         outptr[1] = j0;
j0                940 ext/charconv/jconv.c             outptr[0] = j0;
j0                946 ext/charconv/jconv.c             outptr[1] = j0 + 0x80;
j0                956 ext/charconv/jconv.c             outptr[0] = j0 + 0x80;
j0                969 ext/charconv/jconv.c             outptr[1] = j0 + 0x80;
j0               1253 src/regexp.c           int count, n, j0 = 0, jn;
j0               1264 src/regexp.c               if (n>0) rc3_fill_offset(ctx, j0, ctx->codep);
j0               1266 src/regexp.c               if (ctx->emitp) j0 = ctx->codep;
j0               1274 src/regexp.c           rc3_fill_offset(ctx, j0, ctx->codep); /* patch #0n */