1#ifndef _IPXE_EDITSTRING_H
2#define _IPXE_EDITSTRING_H
union @162305117151260234136356364136041353210355154177 key
Sense key.
int replace_string(struct edit_string *string, const char *replacement)
Replace editable string.
static __nonnull void init_editstring(struct edit_string *string, char **buf)
Initialise editable string.
#define __nonnull
Declare a function's pointer parameters as non-null - i.e.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
unsigned int mod_end
End of modified portion of string.
unsigned int last_cursor
Last cursor position.
char ** buf
Dynamically allocated string buffer.
unsigned int mod_start
Start of modified portion of string.
unsigned int cursor
Cursor position.