Searched refs:RL_STATE_CALLBACK (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dcallback.c99 RL_SETSTATE (RL_STATE_CALLBACK);
225 RL_UNSETSTATE (RL_STATE_CALLBACK);
H A Dmisc.c136 else if (RL_ISSTATE (RL_STATE_CALLBACK))
180 if (RL_ISSTATE (RL_STATE_CALLBACK))
236 if (RL_ISSTATE (RL_STATE_CALLBACK))
259 return (RL_ISSTATE (RL_STATE_CALLBACK) ? 0 : rl_digit_loop ());
H A Dmacro.c116 if (RL_ISSTATE (RL_STATE_CALLBACK) && RL_ISSTATE (RL_STATE_READCMD|RL_STATE_MOREINPUT) && rl_executing_macro[executing_macro_index] == 0)
H A Dtext.c864 if (RL_ISSTATE (RL_STATE_CALLBACK) == 0)
894 if (RL_ISSTATE (RL_STATE_CALLBACK) == 0)
899 if (RL_ISSTATE (RL_STATE_CALLBACK))
1572 if (RL_ISSTATE (RL_STATE_CALLBACK))
1590 if (RL_ISSTATE (RL_STATE_CALLBACK))
H A Dsearch.c359 if (RL_ISSTATE (RL_STATE_CALLBACK))
H A Dvi_mode.c1307 else if (RL_ISSTATE (RL_STATE_CALLBACK))
1543 else if (RL_ISSTATE (RL_STATE_CALLBACK))
1717 if (RL_ISSTATE (RL_STATE_CALLBACK))
1775 if (RL_ISSTATE (RL_STATE_CALLBACK))
H A Dreadline.c472 if (RL_ISSTATE (RL_STATE_CALLBACK))
801 if (RL_ISSTATE (RL_STATE_CALLBACK))
H A Disearch.c636 if (RL_ISSTATE (RL_STATE_CALLBACK))
H A Dreadline.h797 #define RL_STATE_CALLBACK 0x080000 /* using the callback interface */ macro

Completed in 70 milliseconds