OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endPos
(Results
1 - 4
of
4
) sorted by relevancy
/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/
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);
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
...]
Completed in 10 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026