Home
last modified time | relevance | path

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

/third_party/mksh/
Deval.c497 char *pat = NULL, *rrep; in expand() local
517 rrep = null; in expand()
520 rrep = evalstr(wrep, in expand()
522 rreplen = strlen(rrep); in expand()
524 rrep = NULL; in expand()
604 rrep != null) { in expand()
605 afree(rrep, ATEMP); in expand()
607 rrep = evalstr(wrep, in expand()
609 rreplen = strlen(rrep); in expand()
642 memcpy(s + n1, rrep, rreplen); in expand()
[all …]