
Go to the source code of this file.
Defines | |
| #define | BLANK ((int) ' ') |
| #define | NULLC ((int) '\0') |
| #define | OCTAL 1 |
| #define | HEX 2 |
| #define | SKIPMSG " - Skipped record named: " |
| #define | UNITSTR " On Unit: " |
| #define | OCTSHFT 61 |
| #define | HEXSHFT 60 |
| #define | OCTSHFT4 30 |
| #define | HEXSHFT4 28 |
| #define | MAXNAML 31 |
| #define | MAXDIMS 8 |
| #define | RNL_ERROR -3 |
| #define | ISBLANK(c) (((c) == ' ') || ((c) == '\t')) |
| #define | ISSEP(c) (isspace(c) || (c) =='/' || (c) ==',') |
| #define | ENDD(cond, css, n) |
| #define | ERROR0(cond, css, n) |
| #define | ERROR1(cond, css, n, p) |
| #define | ERROR3(cond, css, n, p, t) |
| #define | GETSTRD() |
| #define | TRUE (_btol(1)) |
| #define | FALSE (_btol(0)) |
| #define | TOGGLE_CHAR(c, cat, val) |
| #define | IND(c) ((c >= 0x3f) ? 0x7f - (unsigned)c : (unsigned)(0x40 - c - 1)) |
| #define | MRNLDELIM 0 |
| #define | MRNLREP 4 |
| #define | MRNLSEP 6 |
| #define | MRNLFLAG 8 |
| #define | MRNLCOMM 10 |
Variables | |
| long | _BLNKSEP |
| long | _MASKS [] |
| unum_t | _OUT_UNIT |
| long | _SKP_MESS |
| long | _TYP_CONV |
| #define BLANK ((int) ' ') |
Definition at line 41 of file rnl90def.h.
| #define ENDD | ( | cond, | ||
| css, | ||||
| n | ||||
| ) |
{ \
if (!(cond)) \
_ferr(css, n); \
else { \
errn = n; \
goto finalization; \
} \
}
Definition at line 60 of file rnl90def.h.
Referenced by _FRN(), and _rnl90to77().
| #define ERROR0 | ( | cond, | ||
| css, | ||||
| n | ||||
| ) |
{ \
if (!(cond)) \
_ferr(css, n); \
else \
goto finalization; \
}
Definition at line 68 of file rnl90def.h.
| #define ERROR1 | ( | cond, | ||
| css, | ||||
| n, | ||||
| p | ||||
| ) |
{ \
if (!(cond)) \
_ferr(css, n, p); \
else \
goto finalization; \
}
Definition at line 75 of file rnl90def.h.
| #define ERROR3 | ( | cond, | ||
| css, | ||||
| n, | ||||
| p, | ||||
| t | ||||
| ) |
{ \
if (!(cond)) \
_ferr(css, n, p, t); \
else \
goto finalization; \
}
Definition at line 82 of file rnl90def.h.
| #define FALSE (_btol(0)) |
Definition at line 115 of file rnl90def.h.
| #define GETSTRD | ( | ) |
| #define HEX 2 |
Definition at line 44 of file rnl90def.h.
| #define HEXSHFT 60 |
Definition at line 49 of file rnl90def.h.
| #define HEXSHFT4 28 |
Definition at line 51 of file rnl90def.h.
Definition at line 134 of file rnl90def.h.
Definition at line 57 of file rnl90def.h.
Referenced by _FRN(), _g_charstr(), _g_complx(), _getname(), _getnlval(), _gocthex(), _indx_nl(), _ishol(), _nexdata(), _nlread(), and _rnl90to77().
Definition at line 58 of file rnl90def.h.
Referenced by _g_complx(), and _g_number().
| #define MAXDIMS 8 |
Definition at line 54 of file rnl90def.h.
| #define MAXNAML 31 |
Definition at line 53 of file rnl90def.h.
| #define MRNLCOMM 10 |
Definition at line 156 of file rnl90def.h.
| #define MRNLDELIM 0 |
Definition at line 140 of file rnl90def.h.
| #define MRNLFLAG 8 |
Definition at line 152 of file rnl90def.h.
| #define MRNLREP 4 |
Definition at line 144 of file rnl90def.h.
| #define MRNLSEP 6 |
Definition at line 148 of file rnl90def.h.
| #define NULLC ((int) '\0') |
Definition at line 42 of file rnl90def.h.
| #define OCTAL 1 |
Definition at line 43 of file rnl90def.h.
| #define OCTSHFT 61 |
Definition at line 48 of file rnl90def.h.
| #define OCTSHFT4 30 |
Definition at line 50 of file rnl90def.h.
| #define RNL_ERROR -3 |
Definition at line 55 of file rnl90def.h.
| #define SKIPMSG " - Skipped record named: " |
Definition at line 45 of file rnl90def.h.
| #define TRUE (_btol(1)) |
Definition at line 111 of file rnl90def.h.
| #define UNITSTR " On Unit: " |
Definition at line 46 of file rnl90def.h.
| long _BLNKSEP |
Definition at line 51 of file rnldata.c.
Referenced by _g_complx(), _g_number(), g_complx(), g_number(), and rnlsep_().
| long _MASKS[] |
Definition at line 47 of file rnldata.c.
Referenced by _rnl90to77(), RNL(), and rnlecho_().
| long _SKP_MESS |
Definition at line 44 of file rnldata.c.
Referenced by _rnl90to77(), RNL(), and rnlskip_().
| long _TYP_CONV |
Definition at line 49 of file rnldata.c.
Referenced by _g_number(), l_convert(), and rnltype_().
1.7.1