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

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
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.c98 /* Return the current HISTORY_STATE of the history. */
99 HISTORY_STATE *
102 HISTORY_STATE *state;
104 state = (HISTORY_STATE *)xmalloc (sizeof (HISTORY_STATE));
118 history_set_history_state (HISTORY_STATE *state)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
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.c98 /* Return the current HISTORY_STATE of the history. */
99 HISTORY_STATE *
102 HISTORY_STATE *state;
104 state = (HISTORY_STATE *)xmalloc (sizeof (HISTORY_STATE));
118 history_set_history_state (HISTORY_STATE *state)
/netbsd-current/lib/libedit/readline/
H A Dreadline.h54 } HISTORY_STATE; typedef in typeref:struct:__anon1
233 HISTORY_STATE *history_get_history_state(void);
/netbsd-current/lib/libedit/
H A Dreadline.c2480 HISTORY_STATE *
2483 HISTORY_STATE *hs;

Completed in 289 milliseconds