Searched +refs:next +refs:ifdef (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/swig-12/Lib/
H A Dswiginit.swg42 #ifdef __cplusplus
63 if (swig_module.next==0) {
67 swig_module.next = &swig_module;
89 iter=iter->next;
95 swig_module.next = module_head->next;
96 module_head->next = &swig_module;
106 #ifdef SWIGRUNTIME_DEBUG
114 #ifdef SWIGRUNTIME_DEBUG
119 if (swig_module.next !
[all...]
H A Dswigrun.swg13 #ifdef SWIG_TYPE_TABLE
178 #ifdef __cplusplus
199 struct swig_cast_info *next; /* pointer to next cast in linked list */
209 struct swig_module_info *next; /* Pointer to next element in circularly linked list */
284 iter->prev->next = iter->next;
285 if (iter->next)
286 iter->next
[all...]
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlrun.swg9 #ifdef PERL_OBJECT
72 #ifdef __cplusplus
89 #ifdef PERL_OBJECT
99 #ifdef PERL_OBJECT
102 #ifdef __cplusplus
106 #ifdef __cplusplus
121 #ifdef __cplusplus
125 #ifdef __cplusplus
133 #ifdef __cplusplus
137 #ifdef __cplusplu
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Djobs.c.orig58 struct jobsave *next;
88 jp->next = job_savelist;
105 #ifdef VSUSP
107 # ifdef _POSIX_VDISABLE
114 # ifdef CSUSP
132 #ifdef SHOPT_BGX
154 #ifdef JOBS
166 #ifdef SIGTSTP
170 # ifdef TIOCGPGRP
177 # ifdef TIOCGPGR
[all...]
/macosx-10.10/swig-12/Lib/python/
H A Dpyinit.swg9 #ifdef __cplusplus
26 struct swig_globalvar *next;
50 for (var = v->vars; var; var=var->next) {
56 if (var->next) {
72 for (var = v->vars; var; var=var->next) {
74 if (var->next) PyString_ConcatAndDel(&str,PyString_FromString(", "));
96 swig_globalvar *n = var->next;
112 var = var->next;
129 var = var->next;
182 #ifdef COUNT_ALLOC
[all...]
H A Dpyrun.swg179 #ifdef __cplusplus
195 #ifdef __cplusplus
211 #ifdef SWIG_PYTHON_BUILD_NONE
212 # ifdef Py_None
307 #ifdef METH_O
335 PyObject *next;
379 #ifdef METH_NOARGS
387 if (v->next) {
388 #ifdef METH_NOARGS
389 PyObject *nrep = SwigPyObject_repr((SwigPyObject *)v->next);
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache-old.mm154 #ifdef OBJC_INSTRUMENTED
175 #ifdef OBJC_INSTRUMENTED
202 #ifdef OBJC_INSTRUMENTED
418 // Grow the cache this time. Don't grow next time.
422 // Reuse the current cache storage this time. Do grow next time.
458 #ifdef OBJC_INSTRUMENTED
653 #ifdef OBJC_INSTRUMENTED
1019 struct cache_allocator_region *next;
1061 newRegion->next = NULL;
1064 rgnP = &(**rgnP).next;
[all...]
H A Dobjc-class-old.mm254 /* These next three functions are the heart of ObjC method lookup.
973 for (list = cls->protocols; list != nil; list = list->next) {
1083 for (hInfo = FirstHeader; hInfo != nil; hInfo = hInfo->next)
1211 #ifdef OBJC_INSTRUMENTED
1244 #ifdef OBJC_INSTRUMENTED
1253 #ifdef OBJC_INSTRUMENTED
1266 #ifdef OBJC_INSTRUMENTED
1275 #ifdef OBJC_INSTRUMENTED
1289 #ifdef OBJC_INSTRUMENTED
1298 #ifdef OBJC_INSTRUMENTE
[all...]
/macosx-10.10/swig-12/Lib/guile/
H A Dguile_gh_run.swg17 #ifdef __cplusplus
107 iter = iter->next;
112 #ifdef SWIG_GLOBAL
118 #ifdef SWIG_GUILE_MODULE_STATIC
257 #ifdef __cplusplus
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcgen-dis.in75 #ifdef CGEN_PRINT_NORMAL
100 #ifdef CGEN_PRINT_ADDRESS
247 #ifdef CGEN_VALIDATE_INSN_SUPPORTED
353 struct cpu_desc_list *next;
387 #ifdef CGEN_COMPUTE_MACH
393 #ifdef CGEN_COMPUTE_ISA
414 for (cl = cd_list; cl; cl = cl->next)
453 cl->next = cd_list;
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx0.asm4 ifdef ??version ; using TASM label
19 ifdef DOSX label
84 inc fanIndex ;; update next index
97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
133 ifdef DOSX label
145 ifdef DEBUG label
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c.orig101 #ifdef HAVE_CONFIG_H
107 #ifdef HAVE_STDLIB_H
110 #ifdef HAVE_STRING_H
114 #ifdef HAVE_ALLOCA_H
118 # ifdef __GNUC__
135 #ifdef IN_GLIBCPP_V3
179 #ifdef __GNUC__
182 #ifdef __STDC__
183 #ifdef __STDC_VERSION__
243 struct d_print_template *next;
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_util.m583 #ifdef __LP64__
595 #ifdef __LP64__
760 #ifdef WORDS_BIGENDIAN
934 #ifdef PyObjC_ENABLE_NUMARRAY
1095 const char* next;
1101 next = end = PyObjCRT_SkipTypeSpec(cur);
1116 cur = next;
H A Dobjc-runtime-compat.m432 protocol_list = protocol_list->next;
560 protocols->next = NULL;
744 for (cur = list; cur != NULL; cur = cur->next) {
754 for (cur = list; cur != NULL; cur = cur->next) {
1044 proto_struct->protocol_list->next = NULL;
1066 #ifdef NO_OBJC2_RUNTIME
1146 #ifdef SETUP
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m601 #ifdef __LP64__
613 #ifdef __LP64__
921 #ifdef PyObjC_ENABLE_NUMARRAY
1085 char* next;
1091 next = end = (char*)PyObjCRT_SkipTypeSpec(cur);
1106 cur = next;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m202 #ifdef __LP64__
508 for (al = node->children; al != NULL; al = al->next) {
687 #ifdef __BIGENDIAN__
904 for (method = cur_node->children; method != NULL; method = method->next) {
1035 for (al = method->children; al != NULL; al = al->next) {
1259 for (al = cur_node->children; al != NULL; al = al->next) {
1375 for (method = cur_node->children; method != NULL; method = method->next) {
1637 for (cur_node = root->children; cur_node != NULL; cur_node = cur_node->next) {
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_cxx.in54 #ifdef HAVE_CXX_STDHEADERS
97 #ifdef _MSC_VER
122 // Every class defined in this file has an _exported next to the class name.
1055 bool next(Dbt &key, Dbt &data);
1062 bool next(db_recno_t &recno, Dbt &data);
1069 bool next(Dbt &data);
1207 #ifdef _MSC_VER
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c.orig291 #ifdef CASE_BLIND_FILESYSTEM
753 struct ent *next;
821 #ifdef CASE_BLIND_FILESYSTEM
1057 f->frec != ap_subreq_core_filter_handle; f = f->next);
1058 f->next = r->output_filters;
1156 f->frec != ap_subreq_core_filter_handle; f = f->next);
1157 f->next = r->output_filters;
1322 #ifdef CASE_BLIND_FILESYSTEM
1838 * The blank before the storm.. er, before the next field.
2203 p->next
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dchill.vim96 syn region chillPreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=chillComment,chillString,chillCharacter,chillNumber,chillCommentError,chillSpaceError
108 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
H A Dibasic.vim74 syn keyword Repeat for do while next enddo endwhile wend
133 syn region ibasicPreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=ibasicString,ibasicCharacter,ibasicNumber,ibasicCommentError,ibasicSpaceError
H A Dicon.vim75 syn keyword iconReserved initial link next not of
136 syn region iconPreCondit start="^\s*$\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=iconComment,iconString,iconCharacter,iconNumber,iconCommentError,iconSpaceError
H A Dpike.vim84 syn region pikePreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=pikeComment,pikeString,pikeCharacter,pikeNumber,pikeCommentError
94 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
H A Dspecman.vim50 syn keyword specmanPreCondit #ifdef #ifndef #else
62 syn keyword specmanRepeat before next sequence always -kind network
H A Dtads.vim86 syn region tadsPreCondit start="^\s*#\s*\(if\>\|ifdef\>\|ifndef\>\|elif\>\|else\>\|endif\>\)" skip="\\$" end="$" contains=tadsComment,tadsString,tadsNumber,tadsCommentError
97 " Avoid matching foo::bar() in C++ by requiring that the next char is not ':'
H A Dvhdl.vim21 syn match cDefine "^#ifdef[ ]\+[A-Za-z_]\+"
39 syn keyword vhdlStatement new next null

Completed in 304 milliseconds

12