Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c196 size_t len, pat_len, rep_len; in c_fc() local
202 rep_len = strlen(rep); in c_fc()
208 XcheckN(xs, xp, len + rep_len); in c_fc()
213 memcpy(xp, rep, rep_len); in c_fc()
214 xp += rep_len; in c_fc()