Searched defs:_NIL_ (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_common.h83 /* _NIL_ simplifies defining nil pointers to a given type */
84 #ifndef _NIL_
85 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_common.h62 /* _NIL_ simplifies defining nil pointers to a given type */
63 #ifndef _NIL_
64 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_common.h83 /* _NIL_ simplifies defining nil pointers to a given type */
84 #ifndef _NIL_
85 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_common.h62 /* _NIL_ simplifies defining nil pointers to a given type */
63 #ifndef _NIL_
64 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_common.h83 /* _NIL_ simplifies defining nil pointers to a given type */
84 #ifndef _NIL_
85 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_common.h62 /* _NIL_ simplifies defining nil pointers to a given type */
63 #ifndef _NIL_
64 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_common.h83 /* _NIL_ simplifies defining nil pointers to a given type */
84 #ifndef _NIL_
85 # define _NIL_(x) ((x)0) macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_common.h62 /* _NIL_ simplifies defining nil pointers to a given type */
63 #ifndef _NIL_
64 # define _NIL_(x) ((x)0) macro

Completed in 84 milliseconds