Searched defs:startPos (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h46 long startPos; member in struct:__anon229
100 included file and to identify any embedded files. The startPos
106 startPos will be modified to be the first character after the complete
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c188 * startPos, endPos - ends of text that will be removed.
189 * text - new text to be inserted into buffer at startPos.
195 Replace (w, startPos, endPos, text)
197 XawTextPosition startPos, endPos;
380 * startPos, endPos - ends of text that will be removed.
381 * text - new text to be inserted into buffer at startPos.
388 XawTextSourceReplace (Widget w, XawTextPosition startPos, argument
391 XawTextSourceReplace (w, startPos, endPos, text)
393 XawTextPosition startPos, endPos;
404 return((*class->textSrc_class.Replace)(w, startPos, endPo
[all...]
H A DTextAction.c1845 XawTextPosition startPos, endPos, eop_begin, eop_end, temp; local
1866 eop_begin = eop_end = startPos = endPos = from;
1869 endPos=SrcScan(src, startPos, XawstEOL, XawsdRight, 1, FALSE);
1874 if (temp > startPos)
1881 startPos = eop_end;
1882 eop_begin=SrcScan(src, startPos, XawstParagraph, XawsdRight, 1,FALSE);
1883 eop_end = SrcScan(src, startPos, XawstParagraph, XawsdRight, 1, TRUE);
1920 startPos = SrcScan(src, periodPos, XawstPositions, XawsdRight, i, TRUE);
1921 if (_XawTextReplace(ctx, endPos, startPos, &text) != XawEditDone)
1923 startPos
1939 XawTextPosition startPos, endPos, space, eol; local
[all...]
H A DText.c2058 XawTextPosition startPos, endPos; local
2066 for ( startPos = pos1, i = line; IsValidLine(ctx, i) &&
2081 if ( (endPos > startPos) ) {
2087 if ( (startPos >= ctx->text.s.right) || (endPos <= ctx->text.s.left) )
2088 XawTextSinkDisplayText(ctx->text.sink, x, y, startPos, endPos, FALSE);
2089 else if ((startPos >= ctx->text.s.left) && (endPos <= ctx->text.s.right))
2090 XawTextSinkDisplayText(ctx->text.sink, x, y, startPos, endPos, TRUE);
2092 DisplayText(w, startPos, ctx->text.s.left);
2093 DisplayText(w, Max(startPos, ctx->text.s.left),
2098 startPos
3207 XawTextSetSource(Widget w, Widget source, XawTextPosition startPos) argument
3235 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, XawTextBlock *text) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c1148 XawTextPosition startPos, endPos, eop_begin, eop_end, temp; local
1161 eop_begin = eop_end = startPos = endPos = from;
1163 endPos=SrcScan(src, startPos, XawstEOL, XawsdRight, 1, FALSE);
1167 if (temp > startPos)
1174 startPos = eop_end;
1175 eop_begin = SrcScan(src, startPos, XawstParagraph, XawsdRight, 1, FALSE);
1176 eop_end = SrcScan(src, startPos, XawstParagraph, XawsdRight, 1, TRUE);
1204 startPos = SrcScan(src, periodPos, XawstPositions, XawsdRight, i, TRUE);
1205 _XawTextReplace(ctx, endPos, startPos, &text);
1206 startPos
1224 XawTextPosition startPos, endPos, space, eol; local
[all...]
H A DXaw3_1Text.c1727 XawTextPosition startPos, endPos; local
1735 for ( startPos = pos1, i = line; IsValidLine(ctx, i) &&
1750 if ( (endPos > startPos) ) {
1756 if ( (startPos >= ctx->text.s.right) || (endPos <= ctx->text.s.left) )
1757 XawTextSinkDisplayText(ctx->text.sink, x, y, startPos, endPos, FALSE);
1758 else if ((startPos >= ctx->text.s.left) && (endPos <= ctx->text.s.right))
1759 XawTextSinkDisplayText(ctx->text.sink, x, y, startPos, endPos, TRUE);
1761 DisplayText(w, startPos, ctx->text.s.left);
1762 DisplayText(w, Max(startPos, ctx->text.s.left),
1767 startPos
[all...]

Completed in 568 milliseconds