Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c199 size_t len, pat_len, rep_len; in c_fc() local
205 rep_len = strlen(rep); in c_fc()
211 XcheckN(xs, xp, len + rep_len); in c_fc()
216 memcpy(xp, rep, rep_len); in c_fc()
217 xp += rep_len; in c_fc()