Searched refs:repstr (Results 1 – 3 of 3) sorted by relevance
249 char repstr[REPLEN]; in re_doreplace() local267 repstr[j] = *st; in re_doreplace()282 repstr[j] = *st; in re_doreplace()301 &repstr[j], k); in re_doreplace()309 repstr[j] = *st; in re_doreplace()321 repstr[j] = '\0'; in re_doreplace()322 s = lreplace(plen, repstr); in re_doreplace()
943 char *repstr = NULL;1010 repstr = (char *)xmalloc (replen);1011 repstr[0] = '\0';1014 strcat(repstr, argstr);1015 strcat(repstr, " ");1018 strcat(repstr, rep);1034 sprintf (result + next, fmt, repstr);1036 strcpy (result + next, repstr);1039 free (repstr);
289 sub repstr {