Searched refs:HISTORY_STATE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/libreadline/
H A Dhistory.h62 } HISTORY_STATE; typedef in typeref:struct:_hist_state
64 /* Flag values for the `flags' member of HISTORY_STATE. */
73 /* Return the current HISTORY_STATE of the history. */
74 extern HISTORY_STATE *history_get_history_state PARAMS((void));
77 extern void history_set_history_state PARAMS((HISTORY_STATE *));
H A Dhistory.c88 /* Return the current HISTORY_STATE of the history. */
89 HISTORY_STATE *
92 HISTORY_STATE *state;
94 state = (HISTORY_STATE *)xmalloc (sizeof (HISTORY_STATE));
109 HISTORY_STATE *state;
/freebsd-11.0-release/lib/libedit/edit/readline/
H A Dreadline.h52 } HISTORY_STATE; typedef in typeref:struct:__anon6759
199 HISTORY_STATE *history_get_history_state(void);
/freebsd-11.0-release/lib/libedit/
H A Dreadline.c2256 HISTORY_STATE *
2259 HISTORY_STATE *hs;

Completed in 166 milliseconds