Searched refs:tocopy (Results 1 – 1 of 1) sorted by relevance
436 int tocopy = history_len; in linenoiseHistorySetMaxLen() local440 if (len < tocopy) tocopy = len; in linenoiseHistorySetMaxLen()441 memcpy(new,history+(history_max_len-tocopy), sizeof(char*)*tocopy); in linenoiseHistorySetMaxLen()