Searched refs:repl (Results 1 – 1 of 1) sorted by relevance
228 char *pat = NULL, *repl; /* ksh "fc old=new" crap */ in histcmd() local244 (void) &repl; in histcmd()328 ((repl = strchr(argv[0], '=')) != NULL)) { in histcmd()330 *repl++ = '\0'; in histcmd()403 fc_replace(he.str, pat, repl) : he.str; in histcmd()