Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dundo.c73 alloc_undo_entry (enum undo_code what, int start, int end, char *text) in alloc_undo_entry() function
94 temp = alloc_undo_entry (what, start, end, text); in rl_add_undo()
134 new = alloc_undo_entry (entry->what, entry->start, entry->end, (char *)NULL); in _rl_copy_undo_entry()