Lines Matching refs:j
76 int j; local
81 j = absmot(i);
83 if (j > dip->blss)
84 dip->blss = j;
86 if (j > dip->alss)
87 dip->alss = j;
96 switch (j = cbits(i)) {
107 j = eschar; /* fall through */
110 setcbits(i, trtab[j]);
113 setcbits(i, trtab[j]);
115 if (!multi_locale || (!(j & CSMASK) && !(j & MBMASK1)))
116 setcbits(i, trtab[j]);
130 int j; local
132 j = cbits(i);
139 if (j == '\n')
143 if (no_out || j == FILLER)
146 fdprintf(ptid, "%c", j);
163 int j = cbits(i); local
169 if (j < 0177 && j >= ' ' || j == '\n') {
170 oput(j);
173 if (j == DRAWFCN)
175 else if (j == HYPHEN || j == MINUS)
177 else if (j == XON)
179 else if (j == LIG_FI)
181 else if (j == LIG_FL)
183 else if (j == LIG_FF)
185 else if (j == LIG_FFI)
187 else if (j == LIG_FFL)
189 else if (j == WORDSP)
191 else if (j > 0177) {
194 oput(chname[chtab[j-128]]);
195 oput(chname[chtab[j-128]+1]);