Lines Matching defs:j
90 tchar *i, j;
154 if ((cbits(j = *i++)) == ' ') {
157 if ((cbits(j = *i++)) == ' ') {
159 if ((cbits(j = *i++) & ~MBMASK) == ' ') {
164 pad += width(j);
167 } while ((cbits(j = *i++)) == ' ');
170 } while ((cbits(j = *i++)) == ' ');
172 } while ((cbits(j = *i++) & ~MBMASK) == ' ');
190 pchar(j);
348 int j;
364 while ((j = (cbits(i = GETCH()))) != '\n') {
365 if (j == ohc)
367 if (j == CONT) {
374 j = width(i);
375 widthp = j;
376 numtab[HP].val += j;
377 storeline(i, j);
458 int i, j, nlss;
464 j = lss;
472 lss = j;
488 j = lss;
500 lss = j;
542 if ((j = findn(0)) != NTRAP)
543 trap = control(mlist[j], 0);
545 if ((j = findn1(numtab[NL].val - nlss + i)) == NTRAP) {
550 trap = control(mlist[j], 0);
561 int i, j;
565 if ((j = nlist[i]) < 0)
566 j += pl;
567 if (j == a)
597 int i, j, k;
607 if ((j = nlist[i]) < 0)
608 j += pl;
609 if ((j -= a) <= 0)
611 if (j < k)
612 k = j;
791 int j, k;
838 j = cbits(i = GETCH());
846 if (j == '\n') {
851 if (j == ohc) {
855 if (j == ' ') {
910 if (j == CONT) {
917 if (j == ohc) {
924 if (j == '-' || j == EMDASH)
932 j = width(i);
933 numtab[HP].val += j;
935 storeword(i, j);
938 storeword(i, j);
946 storeword(*mtbufp++, j);
955 storeword(i, j);
960 j = cbits(i = GETCH());
968 if (j != ' ') {
970 if (j != '\n')
994 j = cbits(*wp--);
995 if (j=='"' || j=='\'' || j==')' || j==']' || j=='*' || j==DAGGER)
998 if (j == sentchar[k]) {
1014 j = cbits(*wp);
1015 if (j == ' ')
1017 if (!ischar(j) || (!isdigit(j) && j != '-'))
1065 int j;
1068 j = cbits(i);
1072 if (trtab[j] == ' ') {
1081 if (j <= 127) {
1082 if (!isalnum(j))
1085 if (j < c_isalnum)