Searched refs:undo_ptr (Results 1 – 1 of 1) sorted by relevance
7835 char *undo_ptr = gl->vi.undo.line; in KT_KEY_FN() local7841 while(*undo_ptr && *line_ptr) { in KT_KEY_FN()7842 char c = *undo_ptr; in KT_KEY_FN()7843 *undo_ptr++ = *line_ptr; in KT_KEY_FN()7850 strlcpy(undo_ptr, line_ptr, gl->linelen); in KT_KEY_FN()7853 strlcpy(line_ptr, undo_ptr, gl->linelen); in KT_KEY_FN()7854 *undo_ptr = '\0'; in KT_KEY_FN()