Searched defs:pos2 (Results 1 - 4 of 4) 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 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...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
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);
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...]

Completed in 243 milliseconds