Home
last modified time | relevance | path

Searched refs:NC_VARIABLE (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/gnu-apl/apl-1.8/src/
H A DSymbol.cc92 case NC_VARIABLE: in print_verbose()
149 case NC_VARIABLE: in assign()
373 if (vs.name_class == NC_VARIABLE) in pop()
531 case NC_VARIABLE: in can_be_assigned()
591 case NC_VARIABLE: in get_attributes()
695 case NC_VARIABLE: in resolve()
757 case NC_VARIABLE: in resolve_class()
945 case NC_VARIABLE: in write_OUT()
1008 case NC_VARIABLE: in unmark_all_values()
1041 case NC_VARIABLE: in show_owners()
[all …]
H A DNamedObject.hh39 NC_VARIABLE = 2, ///< (assigned) variable. enumerator
H A DNamedObject.cc57 if (tok.get_Class() == TC_SYMBOL) return NC_VARIABLE; in get_nc()
H A DSymbolTable.cc180 if (((nc == NC_VARIABLE) && (which & LIST_VARS)) || in list()
390 case NC_VARIABLE: in erase_one_symbol()
497 if (vs.name_class == NC_VARIABLE) { ++vcount; sym.dump(out); } in dump()
H A DQuad_RL.cc66 if (value_stack.back().name_class != NC_VARIABLE) VALUE_ERROR; in get_random()
H A DSymbol.hh55 name_class(NC_VARIABLE) in ValueStackItem()
H A Dlibapl.cc528 if (symbol->get_nc() != NC_VARIABLE) return 0; // name is not a variable in get_var_value()
559 if (symbol->get_nc() != NC_VARIABLE && in set_var_value()
H A DDoxy.cc129 case NC_VARIABLE: is_variable = true; break; in gen()
357 if (var_sym[si].name_class != NC_VARIABLE) continue; in variables_table()
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Darray.c71 case NC_VARIABLE :
106 case NC_VARIABLE :
387 case NC_VARIABLE :
481 case NC_VARIABLE :
647 case NC_VARIABLE :
H A Dnetcdf.h.in260 NC_VARIABLE, enumerator
277 #define NC_VARIABLE 11 macro
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DVariablesCommand.cc63 const bool symbol_is_var = symbol_nc == NC_VARIABLE; in run_command()
H A DFollowCommand.cc117 if( symbol->get_nc() != NC_VARIABLE ) { in run_command()
H A DGetVarCommand.cc161 if( symbol->get_nc() != NC_VARIABLE ) { in run_command()
/dports/science/py-pupynere/pupynere-1.0.15/
H A Dpupynere.py105 NC_VARIABLE = '\x00\x00\x00\x0b' variable
251 self.fp.write(NC_VARIABLE)
431 assert header in [ZERO, NC_VARIABLE]
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/externals/
H A Dnetcdf.py176 NC_VARIABLE = asbytes('\x00\x00\x00\x0b') variable
427 self.fp.write(NC_VARIABLE)
603 if not header in [ZERO, NC_VARIABLE]:
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/externals/
H A Dnetcdf.py63 NC_VARIABLE = b'\x00\x00\x00\x0b' variable
465 self.fp.write(NC_VARIABLE)
660 if header not in [ZERO, NC_VARIABLE]:
/dports/science/py-scipy/scipy-1.7.1/scipy/io/
H A Dnetcdf.py61 NC_VARIABLE = b'\x00\x00\x00\x0b' variable
451 self.fp.write(NC_VARIABLE)
643 if header not in [ZERO, NC_VARIABLE]:
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc3internal.h55 NC_VARIABLE = 11, enumerator
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dnc3internal.h55 NC_VARIABLE = 11, enumerator
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dnc3internal.h55 NC_VARIABLE = 11, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc3internal.h54 NC_VARIABLE = 11, enumerator
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc.h63 NC_VARIABLE = 11, enumerator
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dncvalidator.c166 NC_VARIABLE = 11, /* \x00 \x00 \x00 \x0B */ enumerator
989 case 11: *tagp = NC_VARIABLE; break; in val_get_NC_tag()
1880 if (tag != NC_VARIABLE) { in val_get_NC_vararray()
1882 … (verbose) printf("\tInvalid NC component tag (%d), expecting NC_VARIABLE (%d)\n",tag,NC_VARIABLE); in val_get_NC_vararray()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncmpivalid/
H A Dncmpivalid.c619 if (type != NC_VARIABLE && type != NC_UNSPECIFIED) { in val_get_NC_vararray()
626 if(type != NC_VARIABLE) { in val_get_NC_vararray()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c61 NC_VARIABLE = 11, enumerator
1490 if (type != NC_VARIABLE && type != NC_UNSPECIFIED) in hdr_get_NC_vararray()
1493 if (type != NC_VARIABLE) in hdr_get_NC_vararray()

12