|
ELinks 0.19.1
|
#include <ctype.h>#include <stdlib.h>#include <stdio.h>#include "elinks.h"#include "bfu/dialog.h"#include "config/options.h"#include "intl/libintl.h"#include "main/module.h"#include "osdep/osdep.h"#include "protocol/uri.h"#include "protocol/user.h"#include "session/download.h"#include "session/session.h"#include "terminal/terminal.h"#include "terminal/window.h"#include "util/conv.h"#include "util/file.h"#include "util/memory.h"#include "util/string.h"
Macros | |
| #define | INIT_OPT_USER_PROTOCOL(scheme, system, cmd) |
Functions | |
| char * | get_user_program (struct terminal *term, const char *progid, int progidlen) |
| static char * | subst_cmd (char *cmd, struct uri *uri, char *subj, char *formfile) |
| static char * | get_subject_from_query (char *query) |
| static char * | save_form_data_to_file (struct uri *uri) |
| void | user_protocol_handler (struct session *ses, struct uri *uri) |
Variables | |
| static union option_info | user_protocol_options [] |
| struct module | user_protocol_module |
| #define INIT_OPT_USER_PROTOCOL | ( | scheme, | |
| system, | |||
| cmd ) |
|
static |
| char * get_user_program | ( | struct terminal * | term, |
| const char * | progid, | ||
| int | progidlen ) |
|
static |
|
static |
| struct module user_protocol_module |
|
static |