Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dmisc.c440 UNDO_LIST *ul, *saved_undo_list; in _rl_revert_previous_lines() local
444 saved_undo_list = rl_undo_list; in _rl_revert_previous_lines()
452 if (ul == saved_undo_list) in _rl_revert_previous_lines()
453 saved_undo_list = 0; in _rl_revert_previous_lines()
469 rl_undo_list = saved_undo_list; /* may have been set to null */ in _rl_revert_previous_lines()
502 UNDO_LIST *ul, *saved_undo_list; in rl_clear_history() local
504 saved_undo_list = rl_undo_list; in rl_clear_history()
512 if (ul == saved_undo_list) in rl_clear_history()
513 saved_undo_list = 0; in rl_clear_history()
521 rl_undo_list = saved_undo_list; /* should be NULL */ in rl_clear_history()