Include dependency graph for sic_launch.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| task_t | launch_gtv_xwindow () |
| Launch a program which ask the window manager to be notified when resize events are sent from any graphic windows, in order to ask the main task to refresh them automatically. | |
| task_t | launch_xinput () |
| task_t | launch_gtv_motif (unsigned long win_graph, unsigned long cmap, int *pix_colors, int ncells, int *named_colors, int *pencil_colors, int ncells_pen) |
| task_t | launch_xmenu (const char *temporary_file) |
| Create the detached X-Window process. | |
| task_t | launch_keyboard () |
| void | run_xremote () |
Definition in file sic_launch.h.
| task_t launch_gtv_motif | ( | unsigned long | win_graph, | |
| unsigned long | cmap, | |||
| int * | pix_colors, | |||
| int | ncells, | |||
| int * | named_colors, | |||
| int * | pencil_colors, | |||
| int | ncells_pen | |||
| ) |
Definition at line 200 of file sic_launch.c.
References gtv_motif_args_t::cmap, gtv_motif_args_t::named_colors, gtv_motif_args_t::ncells, gtv_motif_args_t::ncells_pen, gtv_motif_args_t::pencil_colors, gtv_motif_args_t::pix_colors, sic_launch(), SIC_TASK_NULL, sic_terminate(), and gtv_motif_args_t::win_graph.
Here is the call graph for this function:

| task_t launch_gtv_xwindow | ( | ) |
Launch a program which ask the window manager to be notified when resize events are sent from any graphic windows, in order to ask the main task to refresh them automatically.
Definition at line 63 of file sic_launch.c.
References sic_launch(), and SIC_TASK_NULL.
Here is the call graph for this function:

| task_t launch_keyboard | ( | ) |
Definition at line 317 of file sic_launch.c.
References sic_launch(), and SIC_TASK_NULL.
Referenced by prompt_loop().
Here is the call graph for this function:

Here is the caller graph for this function:

| task_t launch_xinput | ( | ) |
Definition at line 111 of file sic_launch.c.
References sic_launch().
Referenced by xgag_dialog().
Here is the call graph for this function:

Here is the caller graph for this function:

| task_t launch_xmenu | ( | const char * | temporary_file | ) |
Create the detached X-Window process.
Definition at line 273 of file sic_launch.c.
References sic_launch(), and SIC_TASK_NULL.
Referenced by xgag_launch().
Here is the call graph for this function:

Here is the caller graph for this function:

| void run_xremote | ( | ) |
Definition at line 326 of file sic_launch.c.
References sic_execvp(), sic_get_comm_id(), sic_get_static_argv(), and sic_perror().
Referenced by prompt_loop().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1