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

/xsrc/external/mit/xmh/dist/
H A Dtsource.c239 XawTextPosition textindex; local in function:Scan
247 textindex = position;
248 if (textindex + doff < 0) return 0;
249 if (dir == XawsdRight && textindex >= toc->lastPos) return toc->lastPos;
250 msg = MsgFromPosition(toc, textindex, dir);
255 textindex = CoerceToLegalPosition(toc, textindex + count * ddir);
260 while (textindex >= 0 && textindex <= toc->lastPos) {
261 Look(textindex,
[all...]

Completed in 2 milliseconds