ARB
Functions
aw_system.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void AW_system (const char *command)
 
void AW_system_async (const char *command)
 
void AW_console ()
 
void AW_system_cb (AW_window *, const char *command)
 
void AW_system_async_cb (AW_window *, const char *command)
 
void AW_console_cb (AW_window *)
 

Function Documentation

void AW_system ( const char command)
void AW_system_async ( const char command)
void AW_console ( )

Definition at line 45 of file AW_help.cxx.

References AW_system_async(), and GB_getenvARB_XTERM().

Referenced by AW_console_cb().

void AW_system_cb ( AW_window ,
const char command 
)
inline

Definition at line 23 of file aw_system.hxx.

References AW_system().

void AW_system_async_cb ( AW_window ,
const char command 
)
inline

Definition at line 24 of file aw_system.hxx.

References AW_system_async().

Referenced by popup_new_main_window().

void AW_console_cb ( AW_window )
inline

Definition at line 25 of file aw_system.hxx.

References AW_console().

Referenced by popup_new_main_window().