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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.h42 #define NIL(s) (((s) != 0) ? (s) : "<nil>") macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h70 #define NIL ((Freehdr) 0) macro
108 #define weight(x) ((x) == NIL? 0: (x->size))
/illumos-gate/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)
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c62 #define NIL 0 macro
136 ml != NIL;
154 if (*((char **)p->val) == NIL)
210 ml != NIL;
H A Dsun4x_standalloc.c35 #define NIL 0 macro
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c14 #define NIL 0 macro
24 (isalnum(c) || ((c) != NIL && strchr(l_idchars, (c)) != NIL))
120 if (re == NIL)
121 return (NIL);
123 return (NIL);
148 acs = NIL;
149 cs = NIL;
150 while (*ure != NIL) {
158 if (cs == NIL || (*c
[all...]
H A Dvfontedpr.c20 #define NIL 0 macro
263 if (tgetstr ("kw", &cp) == NIL)
278 *cpp = NIL;
307 if (l_idchars == NIL)
427 #define isidchr(c) (isalnum(c) || ((c) != NIL && strchr(l_idchars, (c)) != NIL))
459 if (expmatch (s, l_prcenable, dummy) != NIL)
475 if (comptr != NIL)
476 if ((comptr < strptr || strptr == NIL)
477 && (comptr < acmptr || acmptr == NIL)
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c747 #define NIL -1 macro
842 indegree_zero = NIL;
851 if (indegree_zero == NIL) {
892 #undef NIL macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c101 #define NIL ((Freehdr) 0) macro
118 #define weight(x) ((x) == NIL? 0: (x->size))
179 kmem_info.free_root = NIL;
247 newhdr->left = NIL;
248 newhdr->right = NIL;
252 while (x != NIL) {
280 *left_hook = *right_hook = NIL; /* clear remaining hooks */
314 * both NIL.
332 *p = NIL;
434 #define mweight(x) ((x) == NIL
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h174 #define NIL ((Node *)0) macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h170 #define NIL ((struct entry *)(0)) macro
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h45 #define NIL ((char *)0) macro
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c110 #define NIL 0 macro
205 s->head[s->hash_size-1] = NIL; \
1044 s->strstart - (IPos)MAX_DIST(s) : NIL;
1317 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1325 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1458 IPos hash_head = NIL; /* head of the hash chain */
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1564 IPos hash_head = NIL; /* head of hash chain */
1594 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c91 # define NIL(type) ((type)0) macro
296 if(!(fname = pathtmp(NIL(char*),0,0,NIL(int*))))
319 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*));
816 timechars = sfprintf(staksp, "\t%s\t%x\n",logname,time(NIL(long *)));
1075 return(NIL(char*));
1122 count = hist_copy(NIL(char*),0, command,-1);
1138 line += hist_copy(NIL(cha
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h246 #define NIL(type) ((type)0) macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c69 #ifndef NIL
70 # define NIL(type) ((type)0) macro
71 #endif /* NIL */
344 return(NIL(void*));
595 return(NIL(struct regnod*));
629 return(NIL(struct regnod*));
745 iop = sfopen(NIL(Sfio_t*),fcseek(0),"s");
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*));
1030 io=inout(lexp,NIL(struc
[all...]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h282 #define NIL ((struct name *)0) /* The nil pointer for namelists */ macro
/illumos-gate/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*) )
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h330 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) )
344 #define SFMBLEN(s,mb) mbrtowc(NIL(wchar_t*), (s), SFMBMAX, (mb) )
381 (*_Sfnotify)((_mf_), SF_MTACCESS, NIL(Void_t*) ); \
538 #define NIL(t) ((t)0) macro
864 (f)->data = NIL(uchar*)) )
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c408 Posf *head; /* Heads of the hash chains or NIL. */
738 #define NIL 0 macro
832 s->head[s->hash_size-1] = NIL; \
1465 s->strstart - (IPos)MAX_DIST(s) : NIL;
1774 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1782 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1944 IPos hash_head = NIL; /* head of the hash chain */
1979 if (hash_head != NIL && s->strstart - hash_head <=
2066 IPos hash_head = NIL; /* head of hash chain */
2106 if (hash_head != NIL
[all...]

Completed in 161 milliseconds