Lines Matching refs:startPos
127 XawTextPosition startPos, lastPos, nextPos;
133 startPos = 0;
137 while (startPos < lastPos) {
138 nextPos = startPos;
152 startPos = XawTextSourceScan(msg->source, startPos,
155 if (startPos >= lastPos) startPos = 0;
157 XawTextSetSource(scrn->viewwidget, msg->source, startPos);
158 if (msg->startPos > 0) {
159 XawTextSetInsertionPoint(scrn->viewwidget, msg->startPos);
160 msg->startPos = 0; /* Start in magic place only once. */
715 /* Make the msg into the form for a generic composition. Set msg->startPos
723 static XawTextPosition startPos;
749 startPos = strchr(blankcomp, '\n') - blankcomp;
756 msg->startPos = startPos;
761 /* Load a msg with a template of a reply to frommsg. Set msg->startPos so
793 msg->startPos = GetFileLength(MsgFileName(msg));
800 msg->startPos so that the text insertion point will be placed at the end
832 msg->startPos = XawTextSourceScan(msg->source, (XawTextPosition) 0,