iPXE
Data Fields
readline_history_entry Struct Reference

A readline history entry. More...

#include <readline.h>

Data Fields

char * string
 Persistent copy of string. More...
 
char * temp
 Temporary copy of string. More...
 

Detailed Description

A readline history entry.

Definition at line 14 of file readline.h.

Field Documentation

◆ string

char* readline_history_entry::string

Persistent copy of string.

Definition at line 16 of file readline.h.

Referenced by history_append(), history_cleanup(), history_fetch(), and history_free().

◆ temp

char* readline_history_entry::temp

Temporary copy of string.

The temporary copy exists only during the call to readline().

Definition at line 22 of file readline.h.

Referenced by history_cleanup(), history_fetch(), history_free(), and history_store().


The documentation for this struct was generated from the following file: