Lines Matching defs:j
106 int j;
286 if ((j = cbits(i)) == XPAR) {
295 if (j == cc || j == c2) {
296 if (j == c2)
299 while ((j = cbits(i = getch())) == ' ' || j == '\t')
375 int i, j;
380 if ((ttyp=ttyname(j=0)) != 0 || (ttyp=ttyname(j=1)) != 0 || (ttyp=ttyname(j=2)) != 0)
384 iflg = j;
650 int j;
652 if (a == 0 || (j = findmn(a)) == -1)
681 a&0177, (a>>BYTE)&0177 ? (a>>BYTE)&0177 : ' ', j);
683 if (contab[j].f == 0) {
688 return pushi((filep)contab[j].mx, a);
690 return((*contab[j].f)(0));
698 int i, j;
700 if (((i = getach()) == 0) || ((j = getach()) == 0))
702 i = PAIR(i, j);
736 tchar i, j;
816 k = cbits(j = getch0());
817 if (ismot(j))
818 return(j);
896 setsfbits(i, sfbits(j));
900 *pbp++ = j;
976 return(j);
1012 int j;
1053 if ((j = read(ifile, ibuf, IBUFSZ)) <= 0)
1056 eibuf = ibuf + j;
1274 int j;
1277 j = cbits(i = getch());
1279 if (ismot(i) || j == ' ' || j == '\n' || j & 0200) {
1282 if (ismot(i) || j == ' ' || j == '\n' || j & 0200) {
1284 if (ismot(i) || j == ' ' || j == '\n' || j > 0200) {
1289 j = 0;
1292 return(j & 0177);
1320 int j, k;
1326 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1329 if (((j = cbits(i = getch())) <= ' ') || (j > 0176))
1331 if (((j = cbits(i = getch())) <= ' ') || (j == 0177))
1335 nextf[k] = j & BYTEMASK;
1496 tchar i, j;
1503 if (i < 0 || cbits(j = getch0()) == RPT)
1508 *pbp++ = j;