Searched refs:CharWidth (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSink.c | 124 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 D | AsciiSink.c | 148 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 D | MultiSink.c | 171 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 16 milliseconds