Home
last modified time | relevance | path

Searched refs:lastLink (Results 1 – 25 of 115) sorted by relevance

12345

/dports/lang/clips/clips_core_source_630/core/
H A Druledlt.c375 lastLink = NULL; in DetachJoins()
382 if (lastLink == NULL) in DetachJoins()
395 lastLink = theLink; in DetachJoins()
407 lastLink = NULL; in DetachJoins()
413 if (lastLink == NULL) in DetachJoins()
426 lastLink = theLink; in DetachJoins()
438 lastLink = NULL; in DetachJoins()
444 if (lastLink == NULL) in DetachJoins()
457 lastLink = theLink; in DetachJoins()
469 lastLink = NULL; in DetachJoins()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests.doc/src/org/eclipse/ua/tests/doc/internal/actions/
H A DLoadTocAction.java111 int lastLink = -1; field in LoadTocAction.LinkProvider
119 if (topicList != null && lastLink < links.size() && links.size() > 0) { in hasNext()
129 if (lastLink >= 0 && lastLink < links.size()) { in next()
130 lastPage = links.get(lastLink); in next()
133 lastLink++; in next()
134 if (lastLink < links.size()) { in next()
135 String currentPage = links.get(lastLink); in next()
138 } else if (lastLink == links.size()) { in next()
139 String currentPage = links.get(lastLink - 1); in next()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/sheenbidi/Source/
H A DLevelRun.c27 BidiChainRef bidiChain, BidiLink firstLink, BidiLink lastLink, in LevelRunInitialize() argument
31 SBBidiType lastType = BidiChainGetType(bidiChain, lastLink); in LevelRunInitialize()
35 levelRun->lastLink = lastLink; in LevelRunInitialize()
36 levelRun->subsequentLink = BidiChainGetNext(bidiChain, lastLink); in LevelRunInitialize()
H A DLevelRun.h30 BidiLink lastLink; /**< Last link of the run. */ member
38 BidiChainRef bidiChain, BidiLink firstLink, BidiLink lastLink,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/mac/
H A DShapeArabic.c360 UChar prevLink = 0, lastLink = 0, currLink, nextLink = 0; in shapeUnicode() local
409 if ( ((currLink & ALEFTYPE) > 0) && ((lastLink & LAMTYPE) > 0) ) { in shapeUnicode()
417 lastLink = prevLink; in shapeUnicode()
428 [lastLink & (LINKR + LINKL)] in shapeUnicode()
436 if( (lastLink & LINKL) && (nextLink & LINKR) && (tashkeelFlag == 1) && in shapeUnicode()
439 if( (nextLink&ALEFTYPE) == ALEFTYPE && (lastLink&LAMTYPE) == LAMTYPE ) in shapeUnicode()
456 prevLink = lastLink; in shapeUnicode()
457 lastLink = currLink; in shapeUnicode()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DLinkedList.st36 | firstLink lastLink |
69 lastLink isNil ifTrue: [lastLink := aLink].
79 lastLink notNil ifTrue: [lastLink nextLink: aLink].
80 ^lastLink := aLink
100 ^lastLink
117 ^self remove: lastLink
131 firstLink isNil ifTrue: [lastLink := nil].
140 aLink == lastLink ifTrue: [lastLink := prev].
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_24.f03101 class(link),pointer :: lastLink => null() ! last link in list component
130 this%lastLink => this%firstLink
132 newLink => link(value, this%lastLink%nextLink())
133 call this%lastLink%setNextLink(newLink)
134 this%lastLink => newLink
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/connector/github/
H A Dgithub_test.go21 lastLink string member
29 lastLink: "/user/orgs?since=2",
38 lastLink: "/user/teams?since=2",
46 lastLink: "/user/teams?since=2",
212 if response.lastLink != "" {
213 linkParts = append(linkParts, fmt.Sprintf("<%s%s>; rel=\"last\"", s.URL, response.lastLink))

12345