iPXE
|
A readline history entry. More...
#include <readline.h>
Data Fields | |
char * | string |
Persistent copy of string. More... | |
char * | temp |
Temporary copy of string. More... | |
A readline history entry.
Definition at line 13 of file readline.h.
char* readline_history_entry::string |
Persistent copy of string.
Definition at line 15 of file readline.h.
Referenced by history_append(), history_cleanup(), history_fetch(), and history_free().
char* readline_history_entry::temp |
Temporary copy of string.
The temporary copy exists only during the call to readline().
Definition at line 21 of file readline.h.
Referenced by history_cleanup(), history_fetch(), history_free(), and history_store().