#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <string.h>
#include "rexx.h"
#include "RexxErrorCodes.h"
Go to the source code of this file.
Macros | |
#define | RXQUEUE_CLEAR -2 /* used for queue mode CLEAR flag */ |
#define | BAD_MESSAGE -6 /* Exit RC for message not found. */ |
#define | ENVBUFSIZE 256 |
#define | LINEBUFSIZE 65472 /* Arbitrary but matches current docs */ |
#define | DLLNAME "rexx.dll" |
Functions | |
static void | options_error (int type, const char *queuename) |
static bool | get_line (char *, size_t, size_t *) |
int __cdecl | main (int argc, char *argv[]) |
Variables | |
char | line [LINEBUFSIZE] |
char | work [256] |
#define BAD_MESSAGE -6 /* Exit RC for message not found. */ |
Definition at line 60 of file windows/rxqueue.cpp.
#define DLLNAME "rexx.dll" |
Definition at line 65 of file windows/rxqueue.cpp.
#define ENVBUFSIZE 256 |
Definition at line 62 of file windows/rxqueue.cpp.
#define LINEBUFSIZE 65472 /* Arbitrary but matches current docs */ |
Definition at line 63 of file windows/rxqueue.cpp.
#define RXQUEUE_CLEAR -2 /* used for queue mode CLEAR flag */ |
Definition at line 59 of file windows/rxqueue.cpp.
|
static |
Definition at line 332 of file windows/rxqueue.cpp.
Referenced by main().
int __cdecl main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 78 of file windows/rxqueue.cpp.
References get_line(), line, MAKERXSTRING, options_error(), queuemode, RexxAddQueue(), RexxClearQueue(), RexxQueryQueue(), RXQUEUE_CLEAR, RXQUEUE_FIFO, RXQUEUE_LIFO, RXQUEUE_OK, and work.
|
static |
Definition at line 212 of file windows/rxqueue.cpp.
References DLLNAME, Error_RXQUE_access, Error_RXQUE_exist, Error_RXQUE_name, Error_RXQUE_nomem, Error_RXQUE_notinit, Error_RXQUE_size, Error_RXQUE_syntax, RXQUEUE_BADQNAME, RXQUEUE_NOEMEM, RXQUEUE_NOTINIT, RXQUEUE_NOTREG, RXQUEUE_PRIORITY, RXQUEUE_SIZE, and type.
Referenced by main().
char line[LINEBUFSIZE] |
Definition at line 67 of file windows/rxqueue.cpp.
Referenced by main().
char work[256] |
Definition at line 68 of file windows/rxqueue.cpp.
Referenced by main().