Searched defs:FindPosition (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h59 void (*FindPosition)(); member in struct:_TextSinkClassPart
H A DXaw3_1AsciiSink.c50 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);
H A DXaw3_1TextSink.c53 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,
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h82 void (*FindPosition)(); member in struct:_TextSinkClassPart
H A DAsciiSink.c72 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 DTextSink.c58 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 DMultiSink.c98 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);

Completed in 49 milliseconds