NetSurf
|
#include <proto/arexx.h>
#include <classes/arexx.h>
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) |
void ami_arexx_cleanup | ( | void | ) |
Definition at line 185 of file arexx.c.
References arexx_obj.
Referenced by gui_quit().
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().
void ami_arexx_handle | ( | void | ) |
Definition at line 156 of file arexx.c.
References arexx_obj.
Referenced by ami_get_msg().
bool ami_arexx_init | ( | ULONG * | rxsig | ) |
void ami_arexx_self | ( | const char * | cmd | ) |
Definition at line 167 of file arexx.c.
References ami_arexx_command().
Referenced by gui_init2().