/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSinkP.h | 59 void (*FindPosition)(); member in struct:_TextSinkClassPart
|
H A D | Xaw3_1TextSink.c | 53 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition(); 109 /* FindPosition */ FindPosition, 146 if (t_src->text_sink_class.FindPosition == XtInheritFindPosition) 147 t_src->text_sink_class.FindPosition = 148 superC->text_sink_class.FindPosition; 313 /* Function Name: FindPosition 328 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, function 601 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
|
H A D | Xaw3_1AsciiSink.c | 50 static void DisplayText(), InsertCursor(), FindPosition(); 105 /* FindPosition */ FindPosition, 389 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, function 456 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSinkP.h | 82 void (*FindPosition)(); member in struct:_TextSinkClassPart
|
H A D | TextSink.c | 58 static void DisplayText(), InsertCursor(), ClearToBackground(), FindPosition(); 112 /* FindPosition */ FindPosition, 149 if (t_src->text_sink_class.FindPosition == XtInheritFindPosition) 150 t_src->text_sink_class.FindPosition = 151 superC->text_sink_class.FindPosition; 314 /* Function Name: FindPosition 329 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, function 614 (*class->text_sink_class.FindPosition)(w, fromPos, fromx, width,
|
H A D | AsciiSink.c | 72 static void DisplayText(), InsertCursor(), FindPosition(); 129 /* FindPosition */ FindPosition, 413 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, function 480 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|
H A D | MultiSink.c | 98 static void DisplayText(), InsertCursor(), FindPosition(); 153 /* FindPosition */ FindPosition, 438 FindPosition(w, fromPos, fromx, width, stopAtWordBreak, resPos, resWidth, resHeight) function 506 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight);
|