RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Typedefs | Functions | Variables
extern-dd.h File Reference
#include <setjmp.h>
Include dependency graph for extern-dd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rtems_shell_dd_globals_t
 

Macros

#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)
 

Typedefs

typedef struct rtems_shell_dd_globals_t rtems_shell_dd_globals
 

Functions

void block (rtems_shell_dd_globals *)
 
void block_close (rtems_shell_dd_globals *)
 
void dd_out (rtems_shell_dd_globals *, int)
 
void def (rtems_shell_dd_globals *globals)
 
void def_close (rtems_shell_dd_globals *)
 
void jcl (rtems_shell_dd_globals *, char **)
 
void pos_in (rtems_shell_dd_globals *)
 
void pos_out (rtems_shell_dd_globals *)
 
void summary (rtems_shell_dd_globals *)
 
void summaryx (rtems_shell_dd_globals *, int)
 
void terminate (int)
 
void unblock (rtems_shell_dd_globals *globals)
 
void unblock_close (rtems_shell_dd_globals *globals)
 
void rtems_shell_dd_exit (rtems_shell_dd_globals *globals, int code)
 

Variables

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]