Searched refs:NIL (Results 1 - 25 of 184) sorted by relevance

12345678

/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfextern.c43 { NIL(Sfpool_t*), 0, 0, 0, NIL(Sfio_t**) }, /* _Sfpool */
44 NIL(int(*)_ARG_((Sfio_t*,int))), /* _Sfpmove */
45 NIL(Sfio_t*(*)_ARG_((Sfio_t*, Sfio_t*))), /* _Sfstack */
46 NIL(void(*)_ARG_((Sfio_t*, int, void*))), /* _Sfnotify */
47 NIL(int(*)_ARG_((Sfio_t*))), /* _Sfstdsync */
48 { NIL(Sfread_f), /* _Sfudisc */
49 NIL(Sfwrite_f),
50 NIL(Sfseek_f),
51 NIL(Sfexcept_
[all...]
H A Dsfnew.c48 return NIL(Sfio_t*);
54 f->mutex = NIL(Vtmutex_t*);
56 oldf = NIL(Sfio_t*);
61 return NIL(Sfio_t*);
63 oldf = NIL(Sfio_t*);
71 return NIL(Sfio_t*);
76 f->data = NIL(uchar*);
92 else f = NIL(Sfio_t*);
98 return NIL(Sfio_t*);
99 SFCLEAR(f, NIL(Vtmutex_
[all...]
H A Dsftmp.c75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
108 _tmprmfile(ff->f, SF_CLOSING, NIL(Void_t*), ff->f->disc);
114 { NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), _tmprmfile, NIL(Sfdisc_t*) };
163 return NIL(char**);
175 return NIL(char**);
178 return NIL(char**);
192 dirs[n] = NIL(cha
[all...]
H A Dsfclose.c37 Void_t* data = NIL(Void_t*);
54 if(!(pop = (*_Sfstack)(f,NIL(Sfio_t*))) )
65 f->disc = NIL(Sfdisc_t*);
74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0)
102 f->pool = NIL(Sfpool_t*);
115 f->data = NIL(uchar*);
143 f->rsrv = NIL(Sfrsrv_t*);
155 f->mutex = NIL(Vtmutex_t*);
160 { if(f->disc && (ex = SFRAISE(f,SF_FINAL,NIL(Void_t*))) != 0 )
168 { f->disc = NIL(Sfdisc_
[all...]
H A Dsfpopen.c93 argv[n] = NIL(char*);
127 execl(interp, s+1, "-c", argcmd, NIL(char*));
151 sflags = _sftype(mode, NIL(int*), NIL(int*), NIL(int*));
155 f = NIL(Sfio_t*);
171 if (!(f = sfnew(f, NIL(Void_t*), (size_t)SF_UNBOUND,
198 return NIL(Sfio_t*);
199 sflags = _sftype(mode,NIL(int*),NIL(in
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmregion.c48 return NIL(Vmalloc_t*);
52 _vmlock(NIL(Vmalloc_t*), 1);
56 _vmlock(NIL(Vmalloc_t*), 0);
H A Dvmdcheap.c48 return NIL(Void_t*);
52 return vmfree(Vmheap,caddr) >= 0 ? caddr : NIL(Void_t*);
56 static Vmdisc_t _Vmdcheap = { heapmem, NIL(Vmexcept_f), 0 };
H A Dvmclear.c48 vd->free = vd->wild = NIL(Block_t*);
52 { vd->root = NIL(Block_t*);
54 TINY(vd)[s] = NIL(Block_t*);
56 CACHE(vd)[s] = NIL(Block_t*);
H A Dvmopen.c74 return NIL(Vmalloc_t*);
87 { addr = NIL(Vmuchar_t*);
89 return NIL(Vmalloc_t*);
96 return NIL(Vmalloc_t*);
107 if(!(addr = (Vmuchar_t*)(*disc->memoryf)(vmp, NIL(Void_t*), 0, size, disc)) )
108 return NIL(Vmalloc_t*);
118 vd->free = vd->wild = NIL(Block_t*);
122 vd->root = NIL(Block_t*);
124 TINY(vd)[k] = NIL(Block_t*);
126 CACHE(vd)[k] = NIL(Block_
[all...]
/macosx-10.10/ruby-106/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb150 * 980 FETCH (UID 2862 BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 416 21 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 1493 32 NIL NIL NIL) "ALTERNATIV
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dhsearch.c85 NIL(Dtmake_f), hashfree,
86 NIL(Dtcompar_f), /* always use strcmp */
87 NIL(Dthash_f),
88 NIL(Dtmemory_f),
89 NIL(Dtevent_f)
112 Hashtab = NIL(Dt_t*);
127 return NIL(ENTRY*);
135 return o ? &(o->item) : NIL(ENTRY*);
H A Dtsearch.c92 NIL(Dtmake_f), NIL(Dtfree_f),
94 NIL(Dthash_f),
95 NIL(Dtmemory_f),
96 NIL(Dtevent_f)
117 return NIL(Void_t*);
124 return NIL(Void_t*);
131 else if(*rootp == NIL(Void_t*) )
152 return NIL(Void_t*);
155 return (o = (Tree_t*)dtmatch(dt,key)) ? (Void_t*)(&o->key) : NIL(Void_
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Dtcl8.cxx199 Printv(f_shadow, "\npackage require Itcl\n\n", NIL);
225 Printv(cmd_tab, tab4, "{0, 0, 0}\n", "};\n", NIL);
226 Printv(var_tab, tab4, "{0,0,0,0}\n", "};\n", NIL);
227 Printv(const_tab, tab4, "{0,0,0,0,0,0}\n", "};\n", NIL);
229 Printv(f_wrappers, cmd_tab, var_tab, const_tab, NIL);
246 Printv(f_shadow, f_shadow_stubs, "\n", NIL);
253 Printv(f_begin, f_header, f_wrappers, NIL);
312 Printv(f->def, "SWIGINTERN int\n ", wname, "(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) {", NIL);
397 Printv(incode, tm, "\n", NIL);
404 Printv(f->code, "if (SWIG_GetArgs(interp, objc, objv,", argstr, args, ") == TCL_ERROR) SWIG_fail;\n", NIL);
[all...]
H A Dperl5.cxx125 Printv(argc_template_string, "items", NIL);
127 Printv(argv_template_string, "ST(%d)", NIL);
158 "*** -package is no longer supported\n*** use the directive '%module A::B::C' in your interface file instead\n*** see the Perl section in the manual for details.\n", NIL);
162 "*** -interface is no longer supported\n*** use the directive '%module A::B::C' in your interface file instead\n*** see the Perl section in the manual for details.\n", NIL);
371 tab4, "MAGIC_PPERL\n", tab4, "croak(\"Value is read-only.\");\n", tab4, "return 0;\n", "}\n", NIL);
382 Printv(magic, "\n\n#ifdef PERL_OBJECT\n", "};\n", "#endif\n", NIL);
383 Printv(magic, "\n#ifdef __cplusplus\n}\n#endif\n", NIL);
414 Printv(f_wrappers, constant_tab, NIL);
424 Printv(f_wrappers, variable_tab, NIL);
427 Printv(f_wrappers, command_tab, NIL);
[all...]
H A Dguile.cxx380 Printv(module_name, "swig", NIL);
385 Printv(module_name, module, NIL);
420 Printv(module_func, module_name, NIL);
469 Printv(mod, "-", primsuffix, NIL);
500 Printv(primitive_name, "-", primsuffix, NIL);
590 Printv(procdoc, "\f\n", NIL);
591 Printv(procdoc, "(", signature, ")\n", NIL);
593 Printv(procdoc, "(", signature2, ")\n", NIL);
594 Printv(procdoc, doc, "\n", NIL);
597 Printv(procdoc, "\f", proc_name, "\n\n", NIL);
[all...]
H A Dmodula3.cxx92 - Swig_symbol_qualified() returns NIL for enumeration nodes
309 if (tm == NIL) {
325 if ((tm == NIL) && warn) {
340 if (tm != NIL) {
358 while ((p != NIL) && checkAttribute(p, niattr, "0")) {
377 if ((dir == NIL) || (Strcmp(dir, "in") == 0)
390 if ((dir == NIL) || (Strcmp(dir, "in") == 0)) {
407 for (it = First(n); it.key != NIL; it = Next(it)) {
429 // Swig_symbol_qualified returns NIL for enumeration nodes
443 while (n != NIL) {
2149 tagConstants(firstChild(n), NIL, pat, pragma, convdesc); local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddtopen.c52 return NIL(Dt_t*);
54 dt = NIL(Dt_t*);
55 data = NIL(Dtdata_t*);
65 return NIL(Dt_t*); /* something bad happened */
70 return NIL(Dt_t*);
82 if((*meth->eventf)(&pdt, DT_OPEN, NIL(Void_t*)) < 0 || !pdt.data )
83 return NIL(Dt_t*);
90 { (void)(*meth->eventf)(&pdt, DT_CLOSE, NIL(Void_t*));
92 return NIL(Dt_t*);
129 return NIL(Dtlink_
[all...]
H A Ddtview.c50 o = NIL(Void_t*);
64 return NIL(Void_t*);
67 n = nky = NIL(Void_t*); p = NIL(Dt_t*);
93 return NIL(Void_t*);
101 return NIL(Void_t*);
116 return NIL(Void_t*);
118 obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_FIRST);
119 else obj = (*(d->meth->searchf))(d,NIL(Void_t*),DT_LAST);
134 return NIL(Dt_
[all...]
H A Ddtdisc.c44 return NIL(Void_t*);
48 else return size > 0 ? malloc(size) : NIL(Void_t*);
74 return NIL(Dtdisc_t*);
78 else list = NIL(Dtlink_t*);
H A Ddtmethod.c47 return NIL(Dtmethod_t*);
55 dt->data = NIL(Dtdata_t*);
56 if((*dt->meth->eventf)(dt, DT_OPEN, NIL(Void_t*)) < 0 )
57 newdt = NIL(Dtdata_t*);
66 { (void)(*dt->meth->eventf)(dt, DT_CLOSE, NIL(Void_t*));
77 return NIL(Dtmethod_t*);
/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcslow.c72 disc->readf = NIL(Sfread_f);
73 disc->writef = NIL(Sfwrite_f);
74 disc->seekf = NIL(Sfseek_f);
/macosx-10.10/ksh-23/ksh/src/lib/libast/stdio/
H A Dvsnprintf.c33 if(!(f = sfnew(NIL(Sfio_t*),NIL(char*),(size_t)SF_UNBOUND,
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dtable.c68 #define NIL ((TABLE_ENTRY *)0) macro
85 TABLE_ENTRY *table = NIL;
101 for (ptr = table; ptr != NIL; ptr = ptr->next) {
138 for (ptr = table; ptr != NIL; ptr = ptr->next) {
173 if (ptr == NIL) {
180 if (ptr->next != NIL)
182 ptr->last = NIL;
212 for (ptr = table; ptr != NIL; ptr = ptr->next) {
218 if (ptr != NIL) {
236 else if (ptr->last != NIL)
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/
H A Dmkext.c85 #define NIL N /* index for root of binary search trees */ macro
161 * is the parent of node i. These are initialized to NIL (= N), which stands
163 * tree for strings that begin with character i. These are initialized to NIL.
174 sp->rchild[i] = NIL;
176 sp->parent[i] = NIL;
195 sp->rchild[r] = sp->lchild[r] = NIL;
199 if (sp->rchild[p] != NIL)
207 if (sp->lchild[p] != NIL)
234 sp->parent[p] = NIL; /* remove p */
242 if (sp->parent[p] == NIL)
[all...]
/macosx-10.10/awk-20/src/
H A Dawkgram.y127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat ',' pa_pat { $$ = pa2stat($1, $3, stat2(PRINT, rectonode(), NIL)); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
206 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
233 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); }
236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
282 { $$ = op3(MATCH, NIL, rectonode(), (Node*)makedfa($1, 0)); }
304 | print prarg { $$ = stat3($1, $2, NIL, NI
[all...]

Completed in 266 milliseconds

12345678