|
ELinks 0.19.1
|
#include <shlobj.h>#include "osdep/system.h"#include <fcntl.h>#include <io.h>#include <process.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <locale.h>#include <share.h>#include <sys/stat.h>#include "elinks.h"#include "intl/charsets.h"#include "main/select.h"#include "main/timer.h"#include "osdep/win32/win32.h"#include "osdep/osdep.h"#include "terminal/terminal.h"
Macros | |
| #define | _WIN32_IE 0x500 |
Functions | |
| int | os_default_charset (void) |
| void | init_osdep (void) |
| void | terminate_osdep (void) |
| int | get_system_env (void) |
| static void | terminal_resize_fn (void *unused) |
| static void | terminal_resize_poll (int x, int y) |
| void | handle_terminal_resize (int fd, void(*fn)(void)) |
| void | unhandle_terminal_resize (int fd) |
| void | get_terminal_size (int fd, int *x, int *y, int *cw, int *ch) |
| int | exe (char *path) |
| int | get_ctl_handle (void) |
| int | get_input_handle (void) |
| int | get_output_handle (void) |
| int | gettimeofday (struct timeval *p, void *tz) |
| int | mkstemp (char *template_name) |
| int | tcgetattr (int fd, struct termios *_termios_p) |
| int | tcsetattr (int fd, int _optional_actions, const struct termios *_termios_p) |
| char * | user_appdata_directory (void) |
| long | os_get_free_mem_in_mib (void) |
Variables | |
| static void(* | terminal_resize_callback )(void) |
| static timer_id_T | terminal_resize_timer = TIMER_ID_UNDEF |
| static int | old_xsize |
| static int | old_ysize |
| #define _WIN32_IE 0x500 |
| int exe | ( | char * | path | ) |
| int get_ctl_handle | ( | void | ) |
| int get_input_handle | ( | void | ) |
| int get_output_handle | ( | void | ) |
| int get_system_env | ( | void | ) |
| void get_terminal_size | ( | int | fd, |
| int * | x, | ||
| int * | y, | ||
| int * | cw, | ||
| int * | ch ) |
| int gettimeofday | ( | struct timeval * | p, |
| void * | tz ) |
| void handle_terminal_resize | ( | int | fd, |
| void(* | fn )(void) ) |
| void init_osdep | ( | void | ) |
| int mkstemp | ( | char * | template_name | ) |
| int os_default_charset | ( | void | ) |
| long os_get_free_mem_in_mib | ( | void | ) |
| int tcgetattr | ( | int | fd, |
| struct termios * | _termios_p ) |
| int tcsetattr | ( | int | fd, |
| int | _optional_actions, | ||
| const struct termios * | _termios_p ) |
|
static |
|
static |
| void terminate_osdep | ( | void | ) |
| void unhandle_terminal_resize | ( | int | fd | ) |
| char * user_appdata_directory | ( | void | ) |
|
static |
|
static |
|
static |
|
static |