Home
last modified time | relevance | path

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

/system/core/sh/
Dhistedit.c228 char *pat = NULL, *repl; /* ksh "fc old=new" crap */ in histcmd() local
244 (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()