Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dhistory.h115 extern int history_is_stifled PARAMS((void));
H A Dhistory.c501 history_is_stifled () in history_is_stifled() function
H A Dbind.c2308 sprintf (numbuf, "%d", history_is_stifled() ? history_max_entries : 0);
/dragonfly/contrib/libedit/src/editline/
H A Dreadline.h175 int history_is_stifled(void);
/dragonfly/contrib/gdb-7/gdb/
H A Dtop.c884 if ((history_is_stifled () && (history_length >= max_input_history)) || in gdb_rl_operate_and_get_next()
1448 if (history_is_stifled ()) in set_history_size_command()
/dragonfly/contrib/libedit/src/
H A Dreadline.c1275 history_is_stifled(void) in history_is_stifled() function