Searched refs:eop_begin (Results 1 - 2 of 2) sorted by relevance

/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;
1173 if (endPos >= eop_begin) {
1175 eop_begin = SrcScan(src, startPos, XawstParagraph, XawsdRight, 1, FALSE);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1845 XawTextPosition startPos, endPos, eop_begin, eop_end, temp; local
1866 eop_begin = eop_end = startPos = endPos = from;
1880 if (endPos >= eop_begin) {
1882 eop_begin=SrcScan(src, startPos, XawstParagraph, XawsdRight, 1,FALSE);

Completed in 1072 milliseconds