#include <stdio.h>#include <netcdf.h>#include "generic.h"#include "ncgen.h"#include "genlib.h"Include dependency graph for init.c:

Go to the source code of this file.
Functions | |
| void | init_netcdf (void) |
Variables | |
| int | netcdf_flag |
| int | c_flag |
| int | fortran_flag |
| dims * | dims |
| int | ncid |
| int | ndims |
| int | nvars |
| int | natts |
| int | nvdims |
| int | dimnum |
| int | varnum |
| int | valnum |
| int | rec_dim |
| size_t | var_len |
| size_t | rec_len |
| size_t | var_size |
| vars * | vars |
| atts * | atts |
|
|
Definition at line 37 of file init.c. References clearout(), ndims, nvars, and rec_dim. Referenced by yyparse(). 00037 { /* initialize global counts, flags */ 00038 00039 clearout(); /* reset symbol table to empty */ 00040 ndims = 0; 00041 nvars = 0; 00042 rec_dim = -1; /* means no unlimited dimension (yet) */ 00043 }
|
|
|
|
|
|
|
|
|
Definition at line 24 of file init.c. Referenced by yyparse(). |
|
|
|
|
|
|
|
|
Definition at line 22 of file init.c. Referenced by add_att(), check_file(), del_att(), gen_c(), gen_fortran(), gen_netcdf(), main(), nc_copy_var(), nc_inq_var(), read_var(), test_axis(), test_nc_def_var(), test_nc_del_att(), test_nc_inq_var(), test_nc_inq_varnatts(), test_ncattdel(), test_ncdimdef(), test_redef(), test_system(), test_system_assign(), test_transform(), and yyparse(). |
|
|
|
|
|
|
|
|
|
Definition at line 21 of file init.c. Referenced by cl_fortran(), copy_dataset(), do_ncdump_rec(), do_ncdumpx(), gen_c(), gen_fortran(), gen_netcdf(), init_gvars(), init_netcdf(), main(), make_lvars(), nc_inq_rec(), numrecvars(), test_axis(), test_nc_abort(), test_nc_create(), test_nc_inq(), test_nc_inq_nvars(), test_ncattdel(), test_ncattput(), test_ncdimdef(), test_ncinquire(), test_redef(), test_system(), test_system_assign(), test_transform(), used_in_rec_var(), and yyparse(). |
|
|
Definition at line 23 of file init.c. Referenced by yyparse(). |
|
|
Definition at line 27 of file init.c. Referenced by cl_fortran(), f_var_init(), gen_fortran(), gen_load_c(), gen_load_fortran(), init_netcdf(), load_netcdf(), test_ncinquire(), used_in_rec_var(), and yyparse(). |
|
|
Definition at line 29 of file init.c. Referenced by cl_fortran(), and yyparse(). |
|
|
Definition at line 26 of file init.c. Referenced by gen_load_fortran(), and yyparse(). |
|
|
Definition at line 28 of file init.c. Referenced by f_var_init(), gen_load_c(), and yyparse(). |
|
|
Definition at line 30 of file init.c. Referenced by yyparse(). |
|
|
Definition at line 25 of file init.c. Referenced by gen_load_c(), gen_load_fortran(), load_netcdf(), and yyparse(). |
|
|
|
1.4.4