Doxygen Source Code Documentation
ilnw.c File Reference
#include "f2c.h"#include "fio.h"#include "lio.h"Go to the source code of this file.
Functions | |
| int | z_putc (int) |
| int | z_wSL (Void) |
| VOID | c_liw (icilist *a) |
| integer | s_wsni (icilist *a) |
| integer | s_wsli (icilist *a) |
| integer | e_wsli (Void) |
Variables | |
| char * | f__icptr |
| char * | f__icend |
| icilist * | f__svic |
| int | f__icnum |
Function Documentation
|
|
Definition at line 26 of file ilnw.c. References a, f__icend, f__icnum, f__icptr, and z_wSL(). Referenced by s_wsli(), and s_wsni().
00028 {
00029 f__reading = 0;
00030 f__external = 0;
00031 f__formatted = 1;
00032 f__putn = z_putc;
00033 L_len = a->icirlen;
00034 f__donewrec = z_wSL;
00035 f__svic = a;
00036 f__icnum = f__recpos = 0;
00037 f__cursor = 0;
00038 f__cf = 0;
00039 f__curunit = 0;
00040 f__icptr = a->iciunit;
00041 f__icend = f__icptr + a->icirlen*a->icirnum;
00042 f__elist = (cilist *)a;
00043 }
|
|
|
Definition at line 73 of file ilnw.c. References z_wSL().
00074 {
00075 z_wSL();
00076 return(0);
00077 }
|
|
|
Definition at line 65 of file ilnw.c.
00067 {
00068 f__lioproc = l_write;
00069 c_liw(a);
00070 return(0);
00071 }
|
|
|
Definition at line 49 of file ilnw.c. References a, c_liw(), cilist::cifmt, x_wsne(), and z_wSL().
|
|
|
Definition at line 20 of file iio.c. References c, err, f__icend, f__icptr, icilist::icierr, and icilist::icirlen. Referenced by s_wsfi(), and z_wSL().
|
|
|
Definition at line 15 of file ilnw.c. References icilist::icirlen, z_putc(), and z_rnew(). Referenced by c_liw(), e_wsli(), and s_wsni().
|
Variable Documentation
|
|
Definition at line 5 of file ilnw.c. Referenced by c_liw(). |
|
|
Definition at line 7 of file ilnw.c. Referenced by c_liw(). |
|
|
Definition at line 4 of file ilnw.c. Referenced by c_liw(). |
|
|
|