|
ELinks 0.19.1
|
The document base functionality. More...
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "bfu/listmenu.h"#include "document/document.h"#include "document/forms.h"#include "document/renderer.h"#include "util/error.h"#include "util/lists.h"#include "util/memory.h"
Data Structures | |
| struct | form_type_name |
Macros | |
| #define | FORM_TYPE_COUNT (sizeof(form_type2name)/sizeof(struct form_type_name)) |
Functions | |
| enum form_type | str2form_type (const char *s) |
| const char * | form_type2str (enum form_type num) |
| struct form * | init_form (void) |
| void | done_form (struct form *form) |
| int | has_form_submit (struct form *form) |
| int | get_form_control_link (struct document *document, struct el_form_control *fc) |
| void | done_form_control (struct el_form_control *fc) |
Variables | |
| static struct form_type_name | form_type2name [] |
The document base functionality.
| #define FORM_TYPE_COUNT (sizeof(form_type2name)/sizeof(struct form_type_name)) |
| void done_form | ( | struct form * | form | ) |
| void done_form_control | ( | struct el_form_control * | fc | ) |
| const char * form_type2str | ( | enum form_type | num | ) |
| int get_form_control_link | ( | struct document * | document, |
| struct el_form_control * | fc ) |
| int has_form_submit | ( | struct form * | form | ) |
| struct form * init_form | ( | void | ) |
| enum form_type str2form_type | ( | const char * | s | ) |
|
static |