#include <limits.h>
#include <string.h>
#include <stdio.h>
#include "rexx.h"
#include "RexxInternalApis.h"
#include "RexxErrorCodes.h"
#include "RexxMessageNumbers.h"
Go to the source code of this file.
Macros | |
#define | REXXMESSAGEFILE "rexx.cat" |
#define | BUFFERLEN 256 /* Length of message bufs used*/ |
#define | CASE(x) if(!strcasecmp(x,argv[1])) |
#define | SECOND_PARAMETER 0 /* 0 for no NL_CAT_LOCALE */ |
#define | CATD_ERR ((nl_catd)-1) /* Duplicate for AIX */ |
Functions | |
void | parmerr (int) |
int | main (int argc, char *argv[], char *envp[]) |
#define BUFFERLEN 256 /* Length of message bufs used*/ |
Definition at line 66 of file unix/rxsubcom.cpp.
#define CASE | ( | x | ) | if(!strcasecmp(x,argv[1])) |
Definition at line 68 of file unix/rxsubcom.cpp.
#define CATD_ERR ((nl_catd)-1) /* Duplicate for AIX */ |
Definition at line 77 of file unix/rxsubcom.cpp.
#define REXXMESSAGEFILE "rexx.cat" |
Definition at line 64 of file unix/rxsubcom.cpp.
#define SECOND_PARAMETER 0 /* 0 for no NL_CAT_LOCALE */ |
Definition at line 73 of file unix/rxsubcom.cpp.
int main | ( | int | argc, |
char * | argv[], | ||
char * | envp[] | ||
) |
Definition at line 82 of file unix/rxsubcom.cpp.
References CASE, Error_RXSUBC_drop_msg, Error_RXSUBC_general_msg, Error_RXSUBC_load_msg, Error_RXSUBC_query_msg, Error_RXSUBC_register_msg, parmerr(), RexxDeregisterSubcom(), RexxLoadSubcom(), RexxQuerySubcom(), RexxRegisterSubcomDll(), and RXSUBCOM_DROPPABLE.
void parmerr | ( | int | msgid | ) |
Definition at line 164 of file unix/rxsubcom.cpp.
References BUFFERLEN, CATD_ERR, REXXMESSAGEFILE, and SECOND_PARAMETER.
Referenced by main().