Home
last modified time | relevance | path

Searched refs:repstr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/mg/
Dre_search.c249 char repstr[REPLEN]; in re_doreplace() local
267 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()
/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfodoc.c943 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);
/openbsd/src/gnu/usr.bin/texinfo/util/
Dgdoc289 sub repstr {