Lines Matching defs:i

59 	int	i, k;
71 i = cbits(j);
72 if (i < ' ') {
73 if (i == '\b')
75 if (i == PRESC)
76 i = eschar;
77 else if (iscontrol(i))
80 if (i==ohc)
99 i &= 0x1ff;
102 i = trtab[i];
103 if (i < 32)
105 k = t.width[i] * t.Char;
129 int i, n, nf;
141 findft(i)
142 int i;
146 if ((k = i - '0') >= 0 && k <= nfonts && k < smnt)
148 for (k = 0; fontlab[k] != i; k++)
174 int i, j;
176 i = cbits(getch());
177 if (ischar(i) && isdigit(i)) { /* \sd or \sdd */
178 i -= '0';
179 if (i == 0) /* \s0 */
181 else if (i <= 3 && ischar(j = cbits(ch = getch())) &&
185 } else if (i == '(') { /* \s(dd */
188 } else if (i == '+' || i == '-') { /* \s+, \s- */
241 int i, j;
244 i = getrq();
246 i = getsn();
247 if (!i || i == 'P') {
251 if (i == 'S' || i == '0')
253 if ((j = findft(i, fontlab)) == -1)
268 tchar i;
273 if (ismot(i = getch()))
275 delim = cbits(i);
285 while (cbits(i = getch()) != delim && !nlflg) {
286 k = width(i);
289 if (!ismot(i)) {
291 } else if (isvmot(i)) {
292 k = absmot(i);
293 if (isnmot(i))
337 tchar i;
344 i = makem(quant(n, j));
346 i = 0;
350 return(i);
358 tchar i;
366 i = makem(j);
368 return(i);
372 tchar makem(i)
373 int i;
377 if ((j = i) < 0)
380 if (i < 0)
388 tchar getlg(i)
389 tchar i;
391 return(i);
405 int i, j;
408 if ((i = cbits(getch()) - '0') < 0 || i > nfonts)
412 fontlab[i] = j;
428 int i, j, k;
432 if (skip() || !(i = getrq()) || (j = findft(i)) == -1) {
459 int i;
466 i = inumb(&lss);
468 i = lss1;
469 if (i < VERT)
470 i = VERT; /* was VERT */
472 lss = i;
494 int i;
498 i = quant(atoi(), VERT);
501 if (i >= 0)
502 *pbp++ = MOT | VMOT | i;
504 *pbp++ = MOT | VMOT | NMOT | -i;