#include <cray/dopevec.h>#include <cray/format.h>

Go to the source code of this file.
Classes | |
| struct | fmtchk |
Defines | |
| #define | MDPART 040000 |
| #define | MCFT 020000 |
| #define | MPLS 010000 |
| #define | MEXPS 04000 |
| #define | MSEXP 02000 |
| #define | MMAN 01000 |
| #define | MD 0400 |
| #define | MG 0200 |
| #define | ME 0100 |
| #define | MF 040 |
| #define | MI 020 |
| #define | MX 010 |
| #define | MO 04 |
| #define | MBZ 02 |
| #define | MBN 01 |
| #define | INVALID_INTLEN ((signed char) -1) |
| #define | MAX_SUP_INTLEN 16 |
| #define | INVALID_WTYPE(op, type) (*(long *)(&_WCHK[type-1]) & (1L << (op-1))) |
| #define | INVALID_RTYPE(op, type) (*(long *)(&_RCHK[type-1]) & (1L << (op-1))) |
Typedefs | |
| typedef struct fmtchk | fmtchk_t |
Variables | |
| signed char | _wr_ilchk [LAST_DATA_ED][MAX_SUP_INTLEN] |
| signed char | _rd_ilchk [LAST_DATA_ED][MAX_SUP_INTLEN] |
| signed char | _rw_mxdgt [LAST_DATA_ED][MAX_SUP_INTLEN] |
| fmtchk_t | _RCHK [DVTYPE_ASCII] |
| fmtchk_t | _RNOCHK [DVTYPE_ASCII] |
| fmtchk_t | _RCHK77 [DVTYPE_ASCII] |
| fmtchk_t | _RCHK90 [DVTYPE_ASCII] |
| fmtchk_t | _WCHK [DVTYPE_ASCII] |
| fmtchk_t | _WNOCHK [DVTYPE_ASCII] |
| fmtchk_t | _WCHK77 [DVTYPE_ASCII] |
| fmtchk_t | _WCHK90 [DVTYPE_ASCII] |
| #define INVALID_INTLEN ((signed char) -1) |
| #define INVALID_RTYPE | ( | op, | ||
| type | ||||
| ) | (*(long *)(&_RCHK[type-1]) & (1L << (op-1))) |
| #define INVALID_WTYPE | ( | op, | ||
| type | ||||
| ) | (*(long *)(&_WCHK[type-1]) & (1L << (op-1))) |
Definition at line 186 of file fmtchk.c.
Referenced by _wf_setup().
Definition at line 214 of file fmtchk.c.
Referenced by _wf_setup().
Definition at line 228 of file fmtchk.c.
Referenced by _wf_setup().
| signed char _rd_ilchk[LAST_DATA_ED][MAX_SUP_INTLEN] |
Definition at line 200 of file fmtchk.c.
Referenced by _wf_setup().
| signed char _rw_mxdgt[LAST_DATA_ED][MAX_SUP_INTLEN] |
Definition at line 140 of file fmtchk.c.
Referenced by _rdfmt(), _wf_setup(), and _wrfmt().
Definition at line 242 of file fmtchk.c.
Referenced by _wf_setup().
Definition at line 270 of file fmtchk.c.
Referenced by _wf_setup().
Definition at line 284 of file fmtchk.c.
Referenced by _wf_setup().
Definition at line 256 of file fmtchk.c.
Referenced by _wf_setup().
1.7.1