#include <setjmp.h>
Go to the source code of this file.
|
#define | in globals->in |
|
#define | out globals->out |
|
#define | st globals->st |
|
#define | cfunc globals->cfunc |
|
#define | cpy_cnt globals->cpy_cnt |
|
#define | ddflags globals->ddflags |
|
#define | cbsz globals->cbsz |
|
#define | files_cnt globals->files_cnt |
|
#define | casetab globals->casetab |
|
#define | ctab globals->ctab |
|
#define | fill_char globals->fill_char |
|
#define | exit_jump &(globals->exit_jmp) |
|
#define | block rtems_shell_dd_block |
|
#define | block_close rtems_shell_dd_block_close |
|
#define | dd_out rtems_shell_dd_dd_out |
|
#define | def rtems_shell_dd_def |
|
#define | def_close rtems_shell_dd_def_close |
|
#define | jcl rtems_shell_dd_jcl |
|
#define | pos_in rtems_shell_dd_pos_in |
|
#define | pos_out rtems_shell_dd_pos_out |
|
#define | summary rtems_shell_dd_summary |
|
#define | summaryx rtems_shell_dd_summaryx |
|
#define | terminate rtems_shell_dd_terminate |
|
#define | unblock rtems_shell_dd_unblock |
|
#define | unblock_close rtems_shell_dd_unblock_close |
|
#define | exit(ec) rtems_shell_dd_exit(globals, ec) |
|
|
const u_char | a2e_32V [256] |
|
const u_char | a2e_POSIX [256] |
|
const u_char | e2a_32V [256] |
|
const u_char | e2a_POSIX [256] |
|
const u_char | a2ibm_32V [256] |
|
const u_char | a2ibm_POSIX [256] |
|