Include dependency graph for getcar.c:

Go to the source code of this file.
Defines | |
| #define | YES 1 |
| #define | NO 0 |
| #define | TRANSLATION_MAX_LENGTH 256 |
Functions | |
| void CFC_API | xgag_key (CFC_FzString key) |
| void CFC_API | xgag_timer (int *nh) |
| void CFC_API | xgag_wait () |
| void CFC_API | search_clients (int *code) |
| void CFC_API | sic_c_do_exit (int *status) |
| void CFC_API | sic_c_on_exit () |
| void CFC_API | get_com_params (int *comm_id, int *unused_1, int *unused_2) |
| void CFC_API | prompt_loop (int *code) |
| int CFC_API | read_linec (CFC_FzString prompt, CFC_FzString line, int *code, int *wait_command) |
| void CFC_API | xgag_detach (CFC_FzString title, CFC_FzString name) |
| void CFC_API | xgag_menu (CFC_FzString label) |
| void CFC_API | xgag_endmenu () |
| void CFC_API | xgag_command (CFC_FzString label, CFC_FzString command) |
| void CFC_API | xgag_launch () |
| void CFC_API | xgag_end_detach (CFC_FzString name) |
Variables | |
| win_struct_t | detach_win [NWINDOWS] |
| #define YES 1 |
| void CFC_API get_com_params | ( | int * | comm_id, | |
| int * | unused_1, | |||
| int * | unused_2 | |||
| ) |
Definition at line 135 of file getcar.c.
References sic_get_comm_id().
Here is the call graph for this function:

| void CFC_API prompt_loop | ( | int * | code | ) |
Definition at line 150 of file getcar.c.
References detach_win, launch_keyboard(), NWINDOWS, run_xremote(), sic_get_comm_id(), sic_get_static_argv(), sic_get_task_id(), sic_launch(), and SIC_TASK_NULL.
Here is the call graph for this function:

| int CFC_API read_linec | ( | CFC_FzString | prompt, | |
| CFC_FzString | line, | |||
| int * | code, | |||
| int * | wait_command | |||
| ) |
Definition at line 233 of file getcar.c.
References CFC_c2fz_strcpy(), command_line_t::code, command_line_t::line, command_line_t::nc, command_line_t::prompt, SIC_KEYBOARD, SIC_SILENT_MODE, sic_suspend_prompt(), and sic_wait_command().
Here is the call graph for this function:

| void CFC_API search_clients | ( | int * | code | ) |
Definition at line 103 of file getcar.c.
References sic_create_comm_board(), sic_get_comm_id(), and sic_open_comm_board().
Here is the call graph for this function:

| void CFC_API sic_c_do_exit | ( | int * | status | ) |
Definition at line 125 of file getcar.c.
References sic_do_exit().
Here is the call graph for this function:

| void CFC_API sic_c_on_exit | ( | ) |
Definition at line 130 of file getcar.c.
References sic_on_exit().
Here is the call graph for this function:

| void CFC_API xgag_command | ( | CFC_FzString | label, | |
| CFC_FzString | command | |||
| ) |
Definition at line 308 of file getcar.c.
References CFC_fz2c_string().
Here is the call graph for this function:

| void CFC_API xgag_detach | ( | CFC_FzString | title, | |
| CFC_FzString | name | |||
| ) |
Definition at line 268 of file getcar.c.
References CFC_fz2c_string(), sic_do_exit(), and sic_perror().
Here is the call graph for this function:

| void CFC_API xgag_end_detach | ( | CFC_FzString | name | ) |
Definition at line 332 of file getcar.c.
References CFC_fz2c_string(), detach_win, NWINDOWS, and sic_terminate().
Here is the call graph for this function:

| void CFC_API xgag_key | ( | CFC_FzString | key | ) |
Definition at line 52 of file getcar.c.
References CFC_fz2c_strcpy(), and YES.
Here is the call graph for this function:

| void CFC_API xgag_launch | ( | ) |
Definition at line 315 of file getcar.c.
References detach_win, launch_xmenu(), NWINDOWS, and win_struct_t::task.
Here is the call graph for this function:

| void CFC_API xgag_menu | ( | CFC_FzString | label | ) |
Definition at line 295 of file getcar.c.
References CFC_fz2c_string().
Here is the call graph for this function:

| void CFC_API xgag_wait | ( | ) |
Definition at line 72 of file getcar.c.
References command_line_t::line, and sic_wait_command().
Here is the call graph for this function:

| win_struct_t detach_win[NWINDOWS] |
Definition at line 28 of file getcar.c.
Referenced by DllMain(), MenuWndProc(), prompt_loop(), xgag_end_detach(), and xgag_launch().
1.5.1