/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSink.c | 247 * 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 D | AsciiSink.c | 250 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 D | Text.c | 1372 XawTextPosition pos1, pos2; local 1383 local_width, FALSE, &pos1, &width, &height); 1397 XawTextSinkFindPosition(ctx->text.sink, pos1, local_left, 1406 _XawTextNeedsUpdating(ctx, pos1, pos2); 1940 * This internal routine deletes the text from pos1 to pos2 in a source and 1941 * then inserts, at pos1, the text that was passed. As a side effect it 1948 _XawTextReplace (ctx, pos1, pos2, text) 1950 XawTextPosition pos1, pos2; 1970 if ((pos1 == ctx->text.insertPos) && (edit_mode == XawtextAppend)) { 1973 (int)(ctx->text.insertPos - pos1), (Boolea [all...] |
H A D | MultiSink.c | 277 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));
|
H A D | TextAction.c | 1189 XawTextPosition pos1; local 1195 pos1 = SrcScan(ctx->text.source, ctx->text.insertPos, 1198 line_to_ip = _XawTextGetText(ctx, pos1, ctx->text.insertPos);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSink.c | 246 * 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 D | Xaw3_1AsciiSink.c | 226 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 D | Xaw3_1Text.c | 1249 XawTextPosition pos1, pos2; local 1260 local_width, FALSE, &pos1, &width, &height); 1274 XawTextSinkFindPosition(ctx->text.sink, pos1, local_left, 1283 _XawTextNeedsUpdating(ctx, pos1, pos2); 1607 * This internal routine deletes the text from pos1 to pos2 in a source and 1608 * then inserts, at pos1, the text that was passed. As a side effect it 1615 _XawTextReplace (ctx, pos1, pos2, text) 1617 XawTextPosition pos1, pos2; 1635 if ((pos1 == ctx->text.insertPos) && (edit_mode == XawtextAppend)) { 1638 (ctx->text.insertPos - pos1), TRU [all...] |
H A D | Xaw3_1TextAction.c | 77 XawTextPosition pos1, XawTextPosition pos2, 728 XawTextPosition pos1, pos2; local 732 pos1 = SrcScan(ctx->text.source, ctx->text.insertPos, 734 pos2 = SrcScan(ctx->text.source, pos1, XawstEOL, XawsdLeft, 1, TRUE); 736 text.ptr = _XawTextGetText(ctx, pos1, pos2);
|