#include <liberrno.h>#include <fortran.h>#include "fio.h"
Go to the source code of this file.
Defines | |
| #define | WNLMIN 8L |
Functions | |
| long | _getfchar (_fcd fc) |
| void | wnldelm_ (char *fc, int fclen) |
| void | wnlsep_ (char *fc, int fclen) |
| void | wnlrep_ (char *fc, int fclen) |
| void | wnlflag_ (char *fc, int fclen) |
| void | wnlline_ (_f_int *x) |
Variables | |
| long | _wnlrecsiz = -1 |
| long | OUT_CHAR = (long) '&' |
| long | OUT_SEP = (long) ',' |
| long | OUT_EQ = (long) '=' |
| long | OUT_ECHO = (long) ' ' |
| long | OUT_LINE = 0 |
| long _getfchar | ( | _fcd | fc | ) |
| void wnldelm_ | ( | char * | fc, | |
| int | fclen | |||
| ) |
Definition at line 121 of file wnlutil.c.
References _cptofcd(), _getfchar(), and OUT_CHAR.

| void wnlflag_ | ( | char * | fc, | |
| int | fclen | |||
| ) |
Definition at line 180 of file wnlutil.c.
References _cptofcd(), _getfchar(), and OUT_ECHO.

| void wnlrep_ | ( | char * | fc, | |
| int | fclen | |||
| ) |
Definition at line 160 of file wnlutil.c.
References _cptofcd(), _getfchar(), and OUT_EQ.

| void wnlsep_ | ( | char * | fc, | |
| int | fclen | |||
| ) |
Definition at line 141 of file wnlutil.c.
References _cptofcd(), _getfchar(), and OUT_SEP.

| long _wnlrecsiz = -1 |
| long OUT_CHAR = (long) '&' |
Definition at line 48 of file wnlutil.c.
Referenced by _wnl90to77(), WNL(), and wnldelm_().
| long OUT_ECHO = (long) ' ' |
Definition at line 54 of file wnlutil.c.
Referenced by _wnl90to77(), WNL(), and wnlflag_().
| long OUT_EQ = (long) '=' |
Definition at line 52 of file wnlutil.c.
Referenced by _wnl90to77(), WNL(), and wnlrep_().
| long OUT_LINE = 0 |
Definition at line 56 of file wnlutil.c.
Referenced by _FWN(), and wnlline_().
1.7.1