#include <dce-global-variables.h>
Public Attributes | |
char *** | penvp |
char ** | poptarg |
int * | popterr |
int * | poptind |
int * | poptopt |
char ** | pprogname |
char ** | pprogram_invocation_name |
char ** | pprogram_invocation_short_name |
FILE ** | pstderr |
FILE ** | pstdin |
FILE ** | pstdout |
Definition at line 28 of file dce-global-variables.h.
char*** DceGlobalVariables::penvp |
Definition at line 33 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
char** DceGlobalVariables::poptarg |
Definition at line 34 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
int* DceGlobalVariables::popterr |
Definition at line 36 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
int* DceGlobalVariables::poptind |
Definition at line 35 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
int* DceGlobalVariables::poptopt |
Definition at line 37 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
char** DceGlobalVariables::pprogname |
Definition at line 38 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
char** DceGlobalVariables::pprogram_invocation_name |
Definition at line 39 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
char** DceGlobalVariables::pprogram_invocation_short_name |
Definition at line 40 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
FILE** DceGlobalVariables::pstderr |
Definition at line 32 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
FILE** DceGlobalVariables::pstdin |
Definition at line 30 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().
FILE** DceGlobalVariables::pstdout |
Definition at line 31 of file dce-global-variables.h.
Referenced by dce_global_variables_setup(), and setup_global_variables().