HomeSort by: relevance | last modified time | path
    Searched refs:endPos (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xmh/dist/
tsource.c 191 XawTextPosition endPos,
199 if (block->length != endPos - startPos)
205 XawTextInvalidate(toc->widgets[i], startPos, endPos);
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
programopt.c 559 GLint endPos, var;
562 endPos = -1;
566 endPos = i;
572 assert(endPos >= 0);
575 inst = prog->arb.Instructions + endPos;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
programopt.c 559 GLint endPos, var;
562 endPos = -1;
566 endPos = i;
572 assert(endPos >= 0);
575 inst = prog->arb.Instructions + endPos;
  /xsrc/external/mit/libXaw/dist/src/
MultiSrc.c 350 * endPos - ""
361 ReplaceText(Widget w, XawTextPosition startPos, XawTextPosition endPos,
413 if ((end_piece = FindPiece(src, endPos, &end_first)) == NULL)
430 end_piece->used -= endPos - end_first;
432 memmove(end_piece->text, end_piece->text + endPos - end_first,
436 if ((start_piece->used -= endPos - startPos) == 0) {
442 start_piece->text + (endPos - start_first),
446 ((src->multi_src.length - (endPos - startPos))
448 start_piece->text[src->multi_src.length - (endPos - startPos)] =
453 src->multi_src.length += text.length -(endPos - startPos)
    [all...]
AsciiSrc.c 434 * endPos - ""
445 ReplaceText(Widget w, XawTextPosition startPos, XawTextPosition endPos,
461 if ((end_piece = FindPiece(src, endPos, &end_first)) == NULL)
541 end_piece->used -= endPos - end_first;
543 memmove(end_piece->text, end_piece->text + endPos - end_first,
547 if ((start_piece->used -= endPos - startPos) == 0) {
553 start_piece->text + (endPos - start_first),
556 && src->ascii_src.length - (endPos - startPos)
558 start_piece->text[src->ascii_src.length - (endPos - startPos)] =
563 src->ascii_src.length += -(endPos - startPos) + text->length
    [all...]
TextAction.c 3530 XawTextPosition startPos, endPos, eop_begin, eop_end;
3557 endPos = SrcScan(src, startPos, XawstEOL, XawsdRight, 1, False);
3559 temp = SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, False);
3563 endPos = temp;
3565 if (endPos >= to)
3568 if (endPos >= eop_begin) {
3579 periodPos = SrcScan(src, endPos, XawstPositions,
3581 next_word = SrcScan(src, endPos, XawstWhiteSpace,
3589 if (periodPos < endPos && ((wchar_t*)buf)[0] == _Xaw_atowc('.'))
3593 if (periodPos < endPos && buf[0] == '.'
    [all...]
Text.c 1229 XawTextPosition linePos, endPos;
1236 *x, pos, &realW, &endPos, &realH);
3925 * This public routine deletes the text from startPos to endPos in a source and
3931 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos,
3946 endPos = FindGoodPosition(ctx, endPos);
3948 result = _XawTextReplace(ctx, startPos, endPos, text);
TextSrc.c 429 * endPos - ""
437 Replace(Widget w _X_UNUSED, XawTextPosition startPos _X_UNUSED, XawTextPosition endPos _X_UNUSED,
716 * endPos - ""

Completed in 14 milliseconds