| /xsrc/external/mit/xmh/dist/ |
| H A D | tsource.c | 191 XawTextPosition endPos, 199 if (block->length != endPos - startPos) 205 XawTextInvalidate(toc->widgets[i], startPos, endPos); 188 Replace(Widget w,XawTextPosition startPos,XawTextPosition endPos,XawTextBlock * block) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | programopt.c | 559 GLint endPos, var; local in function:_mesa_remove_output_reads 562 endPos = -1; 566 endPos = i; 572 assert(endPos >= 0); 575 inst = prog->arb.Instructions + endPos;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | programopt.c | 559 GLint endPos, var; local in function:_mesa_remove_output_reads 562 endPos = -1; 566 endPos = i; 572 assert(endPos >= 0); 575 inst = prog->arb.Instructions + endPos;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | MultiSrc.c | 350 * endPos - "" 361 ReplaceText(Widget w, XawTextPosition startPos, XawTextPosition endPos, argument 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 [all...] |
| H A D | AsciiSrc.c | 434 * endPos - "" 445 ReplaceText(Widget w, XawTextPosition startPos, XawTextPosition endPos, argument 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 [all...] |
| H A D | TextAction.c | 3530 XawTextPosition startPos, endPos, eop_begin, eop_end; local in function:StripOutOldCRs 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 3672 XawTextPosition endPos, space, eol; local in function:InsertNewCRs 3922 XawTextPosition endPos = 0; local in function:FormParagraph [all...] |
| H A D | Text.c | 1229 XawTextPosition linePos, endPos; local in function:LineAndXYForPosition 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, argument 3946 endPos = FindGoodPosition(ctx, endPos); 3948 result = _XawTextReplace(ctx, startPos, endPos, text);
|
| H A D | TextSrc.c | 429 * endPos - "" 437 Replace(Widget w _X_UNUSED, XawTextPosition startPos _X_UNUSED, XawTextPosition endPos _X_UNUSED, 716 * endPos - ""
|