NetSurf
|
Go to the source code of this file.
Data Structures | |
struct | COOKIE |
struct | NS_ATARI_SYSINFO |
Functions | |
void | init_os_info (void) |
void | fix_path (char *path) |
char * | gemdos_realpath (const char *path, char *rpath) |
int | tos_getcookie (long tag, long *value) |
Variables | |
NS_ATARI_SYSINFO | atari_sysinfo |
void fix_path | ( | char * | path | ) |
char * gemdos_realpath | ( | const char * | path, |
char * | rpath | ||
) |
Definition at line 107 of file osspec.c.
References NSLOG, path(), PATH_MAX, and realpath().
Referenced by atari_find_resource(), and gui_download_window_create().
void init_os_info | ( | void | ) |
Definition at line 40 of file osspec.c.
References NS_ATARI_SYSINFO::aes_max_win_title_len, atari_sysinfo, NS_ATARI_SYSINFO::gdos_FSMC, NS_ATARI_SYSINFO::gemdos_version, NS_ATARI_SYSINFO::large_sfont_pxh, NS_ATARI_SYSINFO::medium_sfont_pxh, NS_ATARI_SYSINFO::sfont_monospaced, NS_ATARI_SYSINFO::small_sfont_pxh, and tos_getcookie().
Referenced by main().
int tos_getcookie | ( | long | tag, |
long * | value | ||
) |
Definition at line 76 of file osspec.c.
References atari_sysinfo, COOKIE::c, NS_ATARI_SYSINFO::gemdos_version, and COOKIE::v.
Referenced by init_os_info(), and read_vdi_sysinfo().
|
extern |
Definition at line 38 of file osspec.c.
Referenced by gui_window_set_title(), init_os_info(), tos_getcookie(), and window_create().