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

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.h41 #define NIL(s) (((s) != 0) ? (s) : "<nil>") macro
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddthdr.h39 #define NIL(t) ((t)0) macro
65 ((dt->data->type&DT_FLATTEN) ? dtrestore(dt,NIL(Dtlink_t*)) : 0)
/osnet-11/usr/src/lib/libshell/common/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);
477 pathtmp(tmpname,name,"hist",NIL(int*));
481 pathtmp(tmpname,".","hist",NIL(int*));
844 timechars = sfprintf(staksp, "\t%s\t%x\n",logname,time(NIL(long *)));
1103 return(NIL(char*));
1150 count = hist_copy(NIL(char*),0, command,-1);
1166 line += hist_copy(NIL(cha
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c69 #ifndef NIL
70 # define NIL(type) ((type)0) macro
71 #endif /* NIL */
345 return(NIL(void*));
615 return(NIL(struct regnod*));
649 return(NIL(struct regnod*));
765 iop = sfopen(NIL(Sfio_t*),fcseek(0),"s");
815 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
1037 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))
1055 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struc
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h272 #define NIL(type) ((type)0) macro
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h114 #define NIL(t) ((t)0) macro
397 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \
417 #define VMFLF(vm,fi,ln,fn) ((fi) = (vm)->file, (vm)->file = NIL(char*), \
419 (fn) = (vm)->func, (vm)->func = NIL(Void_t*) )
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c255 Posf *head; /* Heads of the hash chains or NIL. */
478 #define NIL 0 macro
575 s->head[s->hash_size-1] = NIL; \
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
1151 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1158 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1230 IPos hash_head = NIL; /* head of the hash chain */
1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1326 IPos hash_head = NIL; /* head of hash chain */
1355 if (hash_head != NIL
[all...]
/osnet-11/usr/src/lib/libast/common/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*) ); \
541 #define NIL(t) ((t)0) macro
871 (f)->data = NIL(uchar*)) )

Completed in 35 milliseconds