#include "f2c.h"#include "fio.h"#include "fmt.h"#include "lio.h"#include "string.h"Include dependency graph for wsle.c:

Go to the source code of this file.
Functions | |
| integer | s_wsle (cilist *a) |
| integer | e_wsle (Void) |
| integer e_wsle | ( | Void | ) |
Definition at line 30 of file wsle.c.
References cilist::cierr, err, errno, f__cf, f__elist, f__putbuf(), f__recpos, and n.
00031 { 00032 int n = f__putbuf('\n'); 00033 f__recpos=0; 00034 #ifdef ALWAYS_FLUSH 00035 if (!n && fflush(f__cf)) 00036 err(f__elist->cierr, errno, "write end"); 00037 #endif 00038 return(n); 00039 }
Here is the call graph for this function:

Definition at line 13 of file wsle.c.
References a, c_le(), err, errno, f__curunit, f__donewrec, f__external, f__formatted, f__lioproc, f__nowwriting(), f__putn, f__reading, L_len, l_write(), LINE, n, unit::uwrt, x_putc(), and x_wSL.
00015 { 00016 int n; 00017 if(n=c_le(a)) return(n); 00018 f__reading=0; 00019 f__external=1; 00020 f__formatted=1; 00021 f__putn = x_putc; 00022 f__lioproc = l_write; 00023 L_len = LINE; 00024 f__donewrec = x_wSL; 00025 if(f__curunit->uwrt != 1 && f__nowwriting(f__curunit)) 00026 err(a->cierr, errno, "list output start"); 00027 return(0); 00028 }
Here is the call graph for this function:

1.5.1