Lines Matching defs:ostr
197 register char *ostr;
206 ostr = pwp->data[0];
215 for (j = 0; ostr[j] && nstr[j] &&
216 (ostr[j] == nstr[j]); j++)
223 ostr = nstr;
237 register char *ostr;
272 for (ostr = data[0]; *(ostr++) = *(bptr++); /* nothing */)
275 ostr = data[0];
279 (void) strcpy(nstr, ostr);
280 ostr = nstr + *(bptr++);
281 while (*(ostr++) = *(bptr++))
284 ostr = nstr;