#include "f2c.h"#include "fio.h"#include "lio.h"Include dependency graph for wsne.c:

Go to the source code of this file.
Functions | |
| integer | s_wsne (cilist *a) |
Definition at line 12 of file wsne.c.
References a, c_le(), e_wsle(), err, errno, f__curunit, f__donewrec, f__external, f__formatted, f__nowwriting(), f__putn, f__reading, L_len, LINE, n, unit::uwrt, x_putc(), x_wSL, and x_wsne().
Referenced by print_ne().
00014 { 00015 int n; 00016 00017 if(n=c_le(a)) 00018 return(n); 00019 f__reading=0; 00020 f__external=1; 00021 f__formatted=1; 00022 f__putn = x_putc; 00023 L_len = LINE; 00024 f__donewrec = x_wSL; 00025 if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit)) 00026 err(a->cierr, errno, "namelist output start"); 00027 x_wsne(a); 00028 return e_wsle(); 00029 }
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1