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

/freebsd-10.0-release/contrib/libreadline/
H A Dundo.c57 int _rl_doing_an_undo = 0; variable
177 _rl_doing_an_undo = 1;
217 _rl_doing_an_undo = 0;
H A Drlprivate.h419 extern int _rl_doing_an_undo;
H A Dtext.c97 if (_rl_doing_an_undo == 0)
146 if (_rl_doing_an_undo == 0)

Completed in 101 milliseconds