Searched defs:NULL (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/compat/
H A Dunistd.h26 #ifndef NULL
27 #define NULL 0 macro
/ast/src/lib/libodelta/
H A Dupdate.h40 #ifndef NULL
41 #define NULL (0L) macro
H A Dsuftree.h59 #ifndef NULL
60 #define NULL (0L) macro
61 #endif /*NULL*/
/ast/src/lib/libast/include/
H A Dsfio.h123 #ifndef NULL
124 #define NULL 0 macro
/ast/src/lib/libbz/
H A Dbzhdr.h517 /*-- BZ_NO_STDIO seems to make NULL disappear on some platforms. --*/
520 #ifndef NULL
521 #define NULL 0 macro
/ast/src/lib/libtksh/include/
H A Dtcl.h191 #ifndef NULL
192 #define NULL 0 macro
338 int length; /* Number of non-NULL characters in the
341 * string and its terminating NULL char. */
483 * hash bucket, or NULL for end of
513 * bucket's hash chain, or NULL. */
604 struct Tcl_Event *nextPtr; /* Next in list of pending events, or NULL. */
699 * raw channel. May be NULL. */
707 * on the channel. May be NULL. */
719 * or NULL i
[all...]

Completed in 29 milliseconds