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

/system/core/liblinenoise/
H A Dlinenoise.c436 int tocopy = history_len; local
440 if (len < tocopy) tocopy = len;
441 memcpy(new,history+(history_max_len-tocopy), sizeof(char*)*tocopy);

Completed in 212 milliseconds