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 13 of file readline.h.

Field Documentation

◆ string

char* readline_history_entry::string

Persistent copy of string.

Definition at line 15 of file readline.h.

◆ temp

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_store().


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