Searched refs:pos2 (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSink.c247 * pos1, pos2 - location of starting and ending points
258 DisplayText(w, x, y, pos1, pos2, highlight)
262 XawTextPosition pos1, pos2;
474 * pos1, pos2 - location of starting and ending points
492 XawTextPosition pos1, XawTextPosition pos2,
499 XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight)
503 XawTextPosition pos1, pos2;
508 (*class->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
486 XawTextSinkDisplayText(Widget w, int x, int y, XawTextPosition pos1, XawTextPosition pos2, int highlight) argument
H A DAsciiSink.c250 DisplayText(w, x, y, pos1, pos2, highlight)
254 XawTextPosition pos1, pos2;
268 for ( j = 0 ; pos1 < pos2 ; ) {
269 pos1 = XawTextSourceRead(source, pos1, &blk, (int)(pos2 - pos1));
H A DText.c1372 XawTextPosition pos1, pos2; local
1388 pos2 = SrcScan( ctx->text.source, (lt + 1)->position, XawstPositions,
1391 pos2 = GETLASTPOS;
1398 local_width, FALSE, &pos2, &width, &height);
1400 t_pos = SrcScan( ctx->text.source, pos2,
1403 pos2 = t_pos;
1406 _XawTextNeedsUpdating(ctx, pos1, pos2);
1940 * This internal routine deletes the text from pos1 to pos2 in a source and
1948 _XawTextReplace (ctx, pos1, pos2, text)
1950 XawTextPosition pos1, pos2;
[all...]
H A DMultiSink.c277 DisplayText(w, x, y, pos1, pos2, highlight)
281 XawTextPosition pos1, pos2;
296 for ( j = 0 ; pos1 < pos2 ; ) {
297 pos1 = XawTextSourceRead(source, pos1, &blk, (int) (pos2 - pos1));
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSink.c246 * pos1, pos2 - location of starting and ending points
257 DisplayText(w, x, y, pos1, pos2, highlight)
261 XawTextPosition pos1, pos2;
506 * pos1, pos2 - location of starting and ending points
517 XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight)
521 XawTextPosition pos1, pos2;
525 (*class->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
H A DXaw3_1AsciiSink.c226 DisplayText(w, x, y, pos1, pos2, highlight)
230 XawTextPosition pos1, pos2;
244 for ( j = 0 ; pos1 < pos2 ; ) {
245 pos1 = XawTextSourceRead(source, pos1, &blk, pos2 - pos1);
H A DXaw3_1Text.c1249 XawTextPosition pos1, pos2; local
1265 pos2 = SrcScan( ctx->text.source, (lt + 1)->position, XawstPositions,
1268 pos2 = GETLASTPOS;
1275 local_width, FALSE, &pos2, &width, &height);
1277 t_pos = SrcScan( ctx->text.source, pos2,
1280 pos2 = t_pos;
1283 _XawTextNeedsUpdating(ctx, pos1, pos2);
1607 * This internal routine deletes the text from pos1 to pos2 in a source and
1615 _XawTextReplace (ctx, pos1, pos2, text)
1617 XawTextPosition pos1, pos2;
[all...]
H A DXaw3_1TextAction.c77 XawTextPosition pos1, XawTextPosition pos2,
728 XawTextPosition pos1, pos2; local
734 pos2 = SrcScan(ctx->text.source, pos1, XawstEOL, XawsdLeft, 1, TRUE);
735 pos2 = SrcScan(ctx->text.source, pos2, XawstWhiteSpace, XawsdRight, 1, TRUE);
736 text.ptr = _XawTextGetText(ctx, pos1, pos2);

Completed in 3493 milliseconds