Home
last modified time | relevance | path

Searched defs:isnilconst (Results 1 – 2 of 2) sorted by relevance

/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Ddata.h124 #define isnilconst(con) ((con)!=NULL && (con)->nctype == NC_NIL) macro
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Ddata.h124 #define isnilconst(con) ((con)!=NULL && (con)->nctype == NC_NIL) macro