Lines Matching refs:fromPos
1361 FindDistance(Widget w, XawTextPosition fromPos, int fromx,
1380 pos = idx = fromPos;
1445 pos = XawTextSourceRead(source, fromPos, &blk, (int)(toPos - fromPos));
1447 for (i = 0, idx = fromPos; idx < toPos; i++, idx++) {
1471 FindPosition(Widget w, XawTextPosition fromPos, int fromx, int width,
1491 pos = idx = fromPos;
1546 if (rWidth > width && idx > fromPos) {
1572 pos = XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
1577 for (i = 0, idx = fromPos; rWidth <= width; i++, idx++) {
1599 if (rWidth > width && idx > fromPos) {