Lines Matching refs:k
59 int i, k;
66 k = absmot(j);
68 k = -k;
69 return(k);
89 k = t.Char * csi_width[cs(j)];
92 k = 0;
95 widthp = k;
96 return(k);
105 k = t.width[i] * t.Char;
106 widthp = k;
107 return(k);
144 int k;
146 if ((k = i - '0') >= 0 && k <= nfonts && k < smnt)
147 return(k);
148 for (k = 0; fontlab[k] != i; k++)
149 if (k > nfonts)
151 return(k);
269 int delim, emsz, k;
286 k = width(i);
287 wid += k;
288 numtab[HP].val += k;
292 k = absmot(i);
294 k = -k;
295 base -= k;
301 if ((k = base + emsz) > numtab[ST].val)
302 numtab[ST].val = k;
354 tchar sethl(k)
355 int k;
361 if (k == 'u')
363 else if (k == 'r')
428 int i, j, k;
430 k = 0;
433 if (k)
439 k = smnt;
442 if (k) {
444 j = k;