Searched refs:repl (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dhistedit.c228 char *pat = NULL, *repl; /* ksh "fc old=new" crap */ local
244 (void) &repl;
328 ((repl = strchr(argv[0], '=')) != NULL)) {
330 *repl++ = '\0';
403 fc_replace(he.str, pat, repl) : he.str;

Completed in 61 milliseconds