Home
last modified time | relevance | path

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

/dports/lang/io-devel/io-9bfac31d/libs/iovm/source/
H A DIoState_inline.h21 #define ISNIL(self) (self == IOSTATE->ioNil) macro
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dxwindows.cpp295 #define ISNIL(p) (ML_Cons_Cell::IsNull(p)) macro