ELinks 0.18.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "elinks.h"
#include "config/cmdline.h"
#include "config/conf.h"
#include "config/options.h"
#include "config/opttypes.h"
#include "intl/libintl.h"
#include "network/dns.h"
#include "protocol/uri.h"
#include "session/session.h"
#include "util/error.h"
#include "util/file.h"
#include "util/lists.h"
#include "util/memory.h"
#include "util/string.h"
Data Structures | |
struct | remote_method |
Macros | |
#define | skipback_whitespace(start, S) while ((start) < (S) && isspace((unsigned char)(S)[-1])) (S)--; |
#define | gettext_nonempty(x) (*(x) ? gettext(x) : (x)) |
#define | ALIGN_WIDTH 20 |
Functions | |
static enum retval | parse_options_ (int argc, char *argv[], struct option *opt, struct string_list_item list *url_list) |
enum retval | parse_options (int argc, char *argv[], struct string_list_item list *url_list) |
static const char * | eval_cmd (struct option *o, char ***argv, int *argc) |
static const char * | forcehtml_cmd (struct option *o, char ***argv, int *argc) |
static const char * | lookup_cmd (struct option *o, char ***argv, int *argc) |
static const char * | remote_cmd (struct option *o, char ***argv, int *argc) |
static const char * | version_cmd (struct option *o, char ***argv, int *argc) |
static void | print_option_desc (const char *desc) |
static void | print_full_help_outer (struct option *tree, const char *path) |
static void | print_full_help_inner (struct option *tree, const char *path, int trees) |
static void | print_short_help (void) |
static const char * | printhelp_cmd (struct option *option, char ***argv, int *argc) |
static const char * | redir_cmd (struct option *option, char ***argv, int *argc) |
static const char * | printconfigdump_cmd (struct option *option, char ***argv, int *argc) |
Variables | |
static char * | remote_url |
union option_info | cmdline_options_info [] |
#define ALIGN_WIDTH 20 |
#define gettext_nonempty | ( | x | ) | (*(x) ? gettext(x) : (x)) |
#define skipback_whitespace | ( | start, | |
S ) while ((start) < (S) && isspace((unsigned char)(S)[-1])) (S)--; |
enum remote_method_enum |
|
static |
|
static |
|
static |
enum retval parse_options | ( | int | argc, |
char * | argv[], | ||
struct string_list_item list * | url_list ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
union option_info cmdline_options_info[] |
|
static |