/ast/src/lib/libvgraph/ |
H A D | grhdr.h | 9 #ifndef NIL 10 #define NIL(type) ((type)0) macro
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | ivlib.h | 42 #ifndef NIL 43 #define NIL(t) ((t)0) macro
|
/ast/src/lib/libvcodex/ |
H A D | vchdr.h | 67 #ifndef NIL 68 #define NIL(type) ((type)0) macro
|
/ast/src/lib/libvdelta/vd01/ |
H A D | vdelta01.h | 64 #ifndef NIL 65 #define NIL(type) ((type)0) macro 66 #endif /*NIL*/
|
/ast/src/lib/libtksh/include/ |
H A D | shcompat.h | 10 #define NIL(t) ((t)0) macro
|
/ast/src/cmd/vczip/tests/ |
H A D | terror.h | 23 #ifndef NIL 24 #define NIL(t) ((t)0) macro
|
/ast/src/lib/librecsort/ |
H A D | rshdr.h | 81 #ifndef NIL 82 #define NIL(type) ((type)0) macro
|
/ast/src/cmd/ie/ |
H A D | history.h | 74 # define NIL ((char*)0) macro
|
/ast/src/lib/libast/cdt/ |
H A D | cdtlib.h | 44 #define NIL(t) ((t)0) macro
|
/ast/src/cmd/mailx/port/ |
H A D | cdt.h | 133 /* 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 D | vdelhdr.h | 49 #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 D | deflate.c | 105 #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 D | history.c | 91 # 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 D | parse.c | 73 #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 D | vmhdr.h | 103 #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 D | defs.h | 277 #define NIL(type) ((type)0) macro
|
/ast/src/lib/libast/sfio/ |
H A D | sfhdr.h | 333 #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*)) )
|