NetSurf
Data Structures | Functions | Variables
osspec.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

◆ fix_path()

void fix_path ( char *  path)

◆ gemdos_realpath()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_os_info()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tos_getcookie()

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().

Here is the caller graph for this function:

Variable Documentation

◆ atari_sysinfo

NS_ATARI_SYSINFO atari_sysinfo
extern

Definition at line 38 of file osspec.c.

Referenced by gui_window_set_title(), init_os_info(), tos_getcookie(), and window_create().