Searched defs:NIL (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libvgraph/
H A Dgrhdr.h9 #ifndef NIL
10 #define NIL(type) ((type)0) macro
/ast/src/cmd/dsslib/ip_t/
H A Divlib.h42 #ifndef NIL
43 #define NIL(t) ((t)0) macro
/ast/src/lib/libvcodex/
H A Dvchdr.h67 #ifndef NIL
68 #define NIL(type) ((type)0) macro
/ast/src/lib/libvdelta/vd01/
H A Dvdelta01.h64 #ifndef NIL
65 #define NIL(type) ((type)0) macro
66 #endif /*NIL*/
/ast/src/lib/libtksh/include/
H A Dshcompat.h10 #define NIL(t) ((t)0) macro
/ast/src/cmd/vczip/tests/
H A Dterror.h23 #ifndef NIL
24 #define NIL(t) ((t)0) macro
/ast/src/lib/librecsort/
H A Drshdr.h81 #ifndef NIL
82 #define NIL(type) ((type)0) macro
/ast/src/cmd/ie/
H A Dhistory.h74 # define NIL ((char*)0) macro
/ast/src/lib/libast/cdt/
H A Dcdtlib.h44 #define NIL(t) ((t)0) macro
/ast/src/cmd/mailx/port/
H A Dcdt.h133 /* The NIL() macro simplifies defining nil pointers to a given type */
134 #ifndef NIL
135 #define NIL(type) ((type)0) macro
136 #endif /*NIL*/
316 NIL(Void_t*) )
318 #define dtfirst(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_FIRST)
320 #define dtlast(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_LAST)
326 #define dtclear(d) (*(_DT_(d)->searchf))((d),NIL(Void_t*),DT_CLEAR)
/ast/src/lib/libvdelta/
H A Dvdelhdr.h49 #define NIL(t) ((t)0) macro
219 #define INIT(io,delta) ((io)->endb = (io)->next = (io)->data = NIL(uchar*), \
/ast/src/lib/libz/
H A Ddeflate.c105 #define NIL 0 macro
200 s->head[s->hash_size-1] = NIL; \
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1452 IPos hash_head = NIL; /* head of the hash chain */
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1558 IPos hash_head = NIL; /* head of hash chain */
1588 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/ast/src/cmd/ksh93/edit/
H A Dhistory.c91 # define NIL(type) ((type)0) macro
295 if(!(fname = pathtmp(NIL(char*),0,0,NIL(int*))))
318 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE);
478 pathtmp(tmpname,name,"hist",NIL(int*));
482 pathtmp(tmpname,".","hist",NIL(int*));
848 timechars = sfprintf(staksp, "\t%s\t%x\n",logname,time(NIL(long *)));
1107 return(NIL(char*));
1154 count = hist_copy(NIL(char*),0, command,-1);
1170 line += hist_copy(NIL(cha
[all...]
/ast/src/cmd/ksh93/sh/
H A Dparse.c73 #ifndef NIL
74 # define NIL(type) ((type)0) macro
75 #endif /* NIL */
349 return(NIL(void*));
619 return(NIL(struct regnod*));
653 return(NIL(struct regnod*));
769 iop = sfopen(NIL(Sfio_t*),fcseek(0),"s");
819 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
1046 if(path_search(lexp->sh,lexp->arg->argval,NIL(Pathcomp_t**),1) && (np=nv_search(lexp->arg->argval,lexp->sh->fun_tree,0)) && nv_isattr(np,BLT_DCL))
1064 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|type|array,NIL(struc
[all...]
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h103 #define NIL(t) ((t)0) macro
361 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \
381 #define VMFLF(vm,fi,ln,fn) ((fi) = (vm)->file, (vm)->file = NIL(char*), \
383 (fn) = (vm)->func, (vm)->func = NIL(Void_t*) )
/ast/src/cmd/ksh93/include/
H A Ddefs.h277 #define NIL(type) ((type)0) macro
/ast/src/lib/libast/sfio/
H A Dsfhdr.h333 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) )
347 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) )
384 (*_Sfnotify)((_mf_), SF_MTACCESS, NIL(Void_t*) ); \
545 #define NIL(t) ((t)0) macro
882 (f)->data = NIL(uchar*)) )

Completed in 108 milliseconds