Home
last modified time | relevance | path

Searched refs:nexttype (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/semantic/analyze/
H A Dfcn.el260 (nexttype (semantic-analyze-dereference-metatype type scope type-declaration))
263 (while (and nexttype (not (semantic-tag-similar-p (car nexttype) lasttype)))
264 (setq lasttype (car nexttype)
265 lasttypedeclaration (cadr nexttype))
266 (setq nexttype (semantic-analyze-dereference-metatype lasttype scope lasttypedeclaration))
H A Ddebug.el255 (nexttype (with-current-buffer orig-buffer
258 (if (eq nexttype lasttype)
270 (while (and nexttype
271 (not (eq nexttype lasttype)))
273 (semantic-analyzer-debug-insert-tag nexttype)
275 (setq lasttype nexttype
276 nexttype
279 nexttype (oref ctxt scope)))))
281 (when (not nexttype)
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/analyze/
H A Dfcn.el260 (nexttype (semantic-analyze-dereference-metatype type scope type-declaration))
263 (while (and nexttype (not (semantic-tag-similar-p (car nexttype) lasttype)))
264 (setq lasttype (car nexttype)
265 lasttypedeclaration (cadr nexttype))
266 (setq nexttype (semantic-analyze-dereference-metatype lasttype scope lasttypedeclaration))
H A Ddebug.el255 (nexttype (with-current-buffer orig-buffer
258 (if (eq nexttype lasttype)
270 (while (and nexttype
271 (not (eq nexttype lasttype)))
273 (semantic-analyzer-debug-insert-tag nexttype)
275 (setq lasttype nexttype
276 nexttype
279 nexttype (oref ctxt scope)))))
281 (when (not nexttype)
/dports/www/squid/squid-4.15/lib/snmplib/
H A Dparse.c765 int nexttype; in parse_objecttype() local
779 nexttype = get_token(fp, nexttoken); in parse_objecttype()
784 if (nexttype == OF) { in parse_objecttype()
787 nexttype = get_token(fp, nexttoken); in parse_objecttype()
790 nexttype = get_token(fp, nexttoken); in parse_objecttype()
795 if (nexttype == LEFTBRACKET) { in parse_objecttype()
840 nexttype = get_token(fp, nexttoken); in parse_objecttype()
841 } else if (nexttype == LEFTPAREN) { in parse_objecttype()
843 nexttype = get_token(fp, nexttoken); in parse_objecttype()
844 nexttype = get_token(fp, nexttoken); in parse_objecttype()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/netpuncher/
H A DC4PuncherHash.h30 typedef typename std::tuple_element<index-1, std::tuple<types...>>::type nexttype; in operator() typedef
32 size_t b = std::hash<nexttype>()(std::get<index-1>(t)); in operator()
39 typedef typename std::tuple_element<0, std::tuple<types...>>::type nexttype;
40 size_t b = std::hash<nexttype>()(std::get<0>(t));
/dports/net-mgmt/rrdbot/rrdbot-396ca60/mib/
H A Dparse.c2080 int nexttype; in parse_ranges() local
2087 if (nexttype == SIZE) { in parse_ranges()
2114 } while (nexttype == BAR); in parse_ranges()
2118 nexttype = get_token(fp, nexttoken, nexttype); in parse_ranges()
2120 if (nexttype != RIGHTPAREN) in parse_ranges()
2350 if (nexttype == OF) { in parse_objecttype()
2414 if (nexttype == UNITS) { in parse_objecttype()
2424 if (nexttype != ACCESS) { in parse_objecttype()
2880 return nexttype; in eat_syntax()
2894 return nexttype; in eat_syntax()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java341 int nexttype=NULL; in nextNode() local
434 nexttype=next.getNodeType(); in nextNode()
441 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
444 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
481 nexttype=next.getNodeType(); in nextNode()
484 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
497 nexttype=TEXT_NODE; in nextNode()
512 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
524 nexttype); in nextNode()
528 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java342 int nexttype=NULL; in nextNode() local
435 nexttype=next.getNodeType(); in nextNode()
442 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
445 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
482 nexttype=next.getNodeType(); in nextNode()
485 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
498 nexttype=TEXT_NODE; in nextNode()
513 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
525 nexttype); in nextNode()
529 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java342 int nexttype=NULL; in nextNode() local
435 nexttype=next.getNodeType(); in nextNode()
442 if (ENTITY_REFERENCE_NODE == nexttype) in nextNode()
445 while (ENTITY_REFERENCE_NODE == nexttype); in nextNode()
482 nexttype=next.getNodeType(); in nextNode()
485 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype) in nextNode()
498 nexttype=TEXT_NODE; in nextNode()
513 else if(PROCESSING_INSTRUCTION_NODE==nexttype) in nextNode()
525 nexttype); in nextNode()
529 if(ELEMENT_NODE == nexttype) in nextNode()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dparse.c2235 int nexttype; in parse_ranges() local
2242 if (nexttype == SIZE) { in parse_ranges()
2277 } while (nexttype == BAR); in parse_ranges()
2281 nexttype = get_token(fp, nexttoken, nexttype); in parse_ranges()
2283 if (nexttype != RIGHTPAREN) in parse_ranges()
2529 if (nexttype == OF) { in parse_objecttype()
2593 if (nexttype == UNITS) { in parse_objecttype()
2603 if (nexttype != ACCESS) { in parse_objecttype()
3083 return nexttype; in eat_syntax()
3097 return nexttype; in eat_syntax()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Djsdparser.cpp456 DTDElement::EType nexttype = DTDElement::eUnknown; in ParseOneOf() local
463 if (nexttype == DTDElement::eUnknown) { in ParseOneOf()
464 nexttype = e.GetType(); in ParseOneOf()
466 nexttype = DTDElement::eChoice; in ParseOneOf()
470 if (nexttype == DTDElement::eUnknown) { in ParseOneOf()
471 nexttype = DTDElement::eChoice; in ParseOneOf()
474 node.SetType(nexttype); in ParseOneOf()
477 node.SetType(nexttype); in ParseOneOf()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Djsdparser.cpp456 DTDElement::EType nexttype = DTDElement::eUnknown; in ParseOneOf() local
463 if (nexttype == DTDElement::eUnknown) { in ParseOneOf()
464 nexttype = e.GetType(); in ParseOneOf()
466 nexttype = DTDElement::eChoice; in ParseOneOf()
470 if (nexttype == DTDElement::eUnknown) { in ParseOneOf()
471 nexttype = DTDElement::eChoice; in ParseOneOf()
474 node.SetType(nexttype); in ParseOneOf()
477 node.SetType(nexttype); in ParseOneOf()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/regex/
H A Dregc_lex.c43 #define SET(c) (v->nexttype = (c))
44 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
91 v->nexttype = EMPTY; /* remember we were at the start */ in lexstart()
286 v->lasttype = v->nexttype; in next()
289 if (v->nexttype == EMPTY && (v->cflags & REG_BOSONLY)) in next()
424 switch (v->nexttype) in next()
446 v->nexttype = v->lasttype; in next()
597 assert(v->nexttype == v->lasttype); in next()
697 if (v->nexttype == CCLASS) in next()
725 v->nexttype = v->lasttype; in next()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/regex/
H A Dregc_lex.c41 #define SET(c) (v->nexttype = (c))
42 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
86 v->nexttype = EMPTY; /* remember we were at the start */
284 v->lasttype = v->nexttype;
287 if (v->nexttype == EMPTY && (v->cflags&REG_BOSONLY)) {
401 switch (v->nexttype) { /* not all escapes okay here */
421 v->nexttype = v->lasttype;
554 assert(v->nexttype == v->lasttype);
632 if (v->nexttype == CCLASS) { /* fudge at lexical level */
646 v->nexttype = v->lasttype;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/regex/
H A Dregc_lex.c43 #define SET(c) (v->nexttype = (c))
44 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
91 v->nexttype = EMPTY; /* remember we were at the start */ in lexstart()
286 v->lasttype = v->nexttype; in next()
289 if (v->nexttype == EMPTY && (v->cflags & REG_BOSONLY)) in next()
424 switch (v->nexttype) in next()
446 v->nexttype = v->lasttype; in next()
597 assert(v->nexttype == v->lasttype); in next()
697 if (v->nexttype == CCLASS) in next()
725 v->nexttype = v->lasttype; in next()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/regex/
H A Dregc_lex.c43 #define SET(c) (v->nexttype = (c))
44 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
91 v->nexttype = EMPTY; /* remember we were at the start */ in lexstart()
286 v->lasttype = v->nexttype; in next()
289 if (v->nexttype == EMPTY && (v->cflags & REG_BOSONLY)) in next()
424 switch (v->nexttype) in next()
446 v->nexttype = v->lasttype; in next()
597 assert(v->nexttype == v->lasttype); in next()
697 if (v->nexttype == CCLASS) in next()
725 v->nexttype = v->lasttype; in next()
/dports/lang/tcl85/tcl8.5.19/generic/
H A Dregc_lex.c41 #define SET(c) (v->nexttype = (c))
42 #define SETV(c, n) (v->nexttype = (c), v->nextvalue = (n))
86 v->nexttype = EMPTY; /* remember we were at the start */ in lexstart()
309 v->lasttype = v->nexttype; in next()
315 if (v->nexttype == EMPTY && (v->cflags&REG_BOSONLY)) { in next()
448 switch (v->nexttype) { /* not all escapes okay here */ in next()
472 v->nexttype = v->lasttype; in next()
627 assert(v->nexttype == v->lasttype); in next()
710 if (v->nexttype == CCLASS) {/* fudge at lexical level */ in next()
724 v->nexttype = v->lasttype; in next()

12345678