NetSurf
Functions
arexx.h File Reference
#include <proto/arexx.h>
#include <classes/arexx.h>
Include dependency graph for arexx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ami_arexx_init (ULONG *rxsig)
 
void ami_arexx_handle (void)
 
void ami_arexx_execute (char *)
 
void ami_arexx_self (const char *cmd)
 
void ami_arexx_cleanup (void)
 

Function Documentation

◆ ami_arexx_cleanup()

void ami_arexx_cleanup ( void  )

Definition at line 185 of file arexx.c.

References arexx_obj.

Referenced by gui_quit().

Here is the caller graph for this function:

◆ ami_arexx_execute()

void ami_arexx_execute ( char *  script)

Definition at line 172 of file arexx.c.

References ami_arexx_command(), DevNameFromLock, DN_FULLPATH, and NSLOG.

Referenced by HOOKF(), and main().

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

◆ ami_arexx_handle()

void ami_arexx_handle ( void  )

Definition at line 156 of file arexx.c.

References arexx_obj.

Referenced by ami_get_msg().

Here is the caller graph for this function:

◆ ami_arexx_init()

bool ami_arexx_init ( ULONG *  rxsig)

Definition at line 127 of file arexx.c.

References arexx_obj, ARexxObj, Commands, and rxsig.

Referenced by gui_init2().

Here is the caller graph for this function:

◆ ami_arexx_self()

void ami_arexx_self ( const char *  cmd)

Definition at line 167 of file arexx.c.

References ami_arexx_command().

Referenced by gui_init2().

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