Lines Matching defs:toPos
1362 XawTextPosition toPos, int *resWidth,
1386 length = (Cardinal)(XawMin(toPos, length) - pos);
1400 length = (Cardinal)(XawMin(toPos, length) - pos);
1403 length = (Cardinal)(XawMin(toPos - pos, 4096));
1406 length = (Cardinal)(XawMin(toPos - pos, 4096));
1418 for (i = 0; idx < toPos; i++, idx++) {
1429 if (idx >= toPos)
1445 pos = XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos));
1447 for (i = 0, idx = fromPos; idx < toPos; i++, idx++) {
1452 pos = XawTextSourceRead(source, pos, &blk, (int)(toPos - pos));