Searched refs:CharWidth (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSink.c124 CharWidth (w, x, c) function
168 width += CharWidth(w, x, (unsigned char) '^');
263 width = CharWidth(w, x, (unsigned char) '\t');
377 *resWidth += CharWidth(w, fromx + *resWidth, c);
421 *resWidth += CharWidth(w, fromx + *resWidth, c);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c148 CharWidth (w, x, c) function
192 width += CharWidth(w, x, (unsigned char) '^');
287 width = CharWidth(w, x, (unsigned char) '\t');
401 *resWidth += CharWidth(w, fromx + *resWidth, c);
445 *resWidth += CharWidth(w, fromx + *resWidth, c);
H A DMultiSink.c171 CharWidth (w, x, c) function
315 width = CharWidth(w, x, _Xaw_atowc(XawTAB));
426 *resWidth += CharWidth(w, fromx + *resWidth, c);
470 *resWidth += CharWidth(w, fromx + *resWidth, c);

Completed in 1577 milliseconds