Lines Matching refs:repstr
251 char *repstr;
291 repstr = strchr(repbufp, ':');
292 if (repstr == (char *)NULL)
294 *repstr++ = '\0';
303 repbufp = repstr;
304 repstr = strchr(repbufp, ':');
305 if (repstr == (char *)NULL)
307 repstr[strlen(repstr) - 1 ] = '\0';
308 *repstr++ = '\0';
310 repbufp = repstr;
311 repstr = strchr(repbufp, ':');
312 if (repstr == (char *)NULL)
314 *repstr++ = '\0';
323 repbufp = repstr;
324 repstr = strchr(repbufp, ':');
325 if (repstr == (char *)NULL)
327 *repstr++ = '\0';
372 "string '%s' in line (%d) of file (%s)\n", repstr,
395 "(%s)\n", repstr, Lineno, Fname);
404 repstr);
409 inp += strlen(repstr)+2;
410 Posno += strlen(repstr)+2;