Searched refs:current (Results 151 - 175 of 1554) sorted by relevance

1234567891011>>

/macosx-10.10/ncurses-44/ncurses/form/
H A Dfrm_def.c55 (FIELD *)0, /* current */
82 FIELD *current, *newhead;
92 newhead = current = head;
93 while ((current->frow < newfield->frow) ||
94 ((current->frow == newfield->frow) &&
95 (current->fcol < newfield->fcol)))
97 current = current->snext;
98 if (current == head)
104 /* we leave the loop with current pointin
81 FIELD *current, *newhead; local
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGParserUtilities.cpp431 bool parseFloatPoint(const CharacterType*& current, const CharacterType* end, FloatPoint& point) argument
435 if (!parseNumber(current, end, x)
436 || !parseNumber(current, end, y))
442 template bool parseFloatPoint(const LChar*& current, const LChar* end, FloatPoint& point1);
443 template bool parseFloatPoint(const UChar*& current, const UChar* end, FloatPoint& point1);
446 inline bool parseFloatPoint2(const CharacterType*& current, const CharacterType* end, FloatPoint& point1, FloatPoint& point2) argument
452 if (!parseNumber(current, end, x1)
453 || !parseNumber(current, end, y1)
454 || !parseNumber(current, end, x2)
455 || !parseNumber(current, en
466 parseFloatPoint3(const CharacterType*& current, const CharacterType* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr_job.c133 QMGR_JOB *prev, *next, *list_prev, *list_next, *unread, *current; local
147 * current job or the first unread job on the job list. If this is the
152 * Otherwise it's impossible to keep track of the current job pointer
169 current = transport->job_current;
177 if (current == prev)
178 current = 0;
202 * Update the current job pointer if necessary.
204 if (current == 0)
264 * Consequently, we can't just update the current job pointer, we have to
266 * this and will lookup the real current jo
484 qmgr_job_candidate(QMGR_JOB *current) argument
572 qmgr_job_preempt(QMGR_JOB *current) argument
[all...]
/macosx-10.10/nano-12/src/
H A Dsearch.c101 /* Abort the current search or replace. Clean up by displaying the main
247 do_gotolinecolumn(openfile->current->lineno,
260 /* Look for needle, starting at (current, current_x). If no_sameline is
275 /* The location in the current line of the match we find. */
277 filestruct *fileptr = openfile->current;
292 /* Look for needle in the current line we're searching. */
332 (!no_sameline || fileptr != openfile->current))
400 openfile->current = fileptr;
422 filestruct *fileptr = openfile->current;
464 FALSE, openfile->current, openfil
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Dfeed.rb227 def to_feed(feed, current)
232 def to_feed(feed, current)
237 def to_feed(feed, current)
238 source = current.class::Source.new
240 current.source = source
241 set_parent(source, current)
243 current.source = nil if source.to_s == "<source/>"
279 def to_feed(feed, current)
280 icon = current.class::Icon.new
289 current
[all...]
/macosx-10.10/Libinfo-459/membership.subproj/
H A Dmembership.c563 char *current = string; local
573 current[0] = 'S';
574 current[1] = '-';
575 current += 2;
576 strcpy(current, ConvertBytesToDecimal(tempBuffer, sid->sid_kind));
577 current = current + strlen(current);
578 *current = '-';
579 current
600 char *current = (char *)string+2; local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DContentDistributor.cpp131 for (Element* current = shadowRoot->hostElement(); current; current = current->shadowHost()) {
132 ShadowRoot* currentRoot = current->shadowRoot();
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_newterm.c126 SCREEN *current; local
136 current = SP;
159 _nc_set_screen(current);
165 * SP. So the "current" screen's terminal pointer was overwritten
172 if (current)
173 current->_term = its_term;
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_altkeys.c89 struct timeval current, previous; local
130 gettimeofday(&current, 0);
131 secs = current.tv_sec - previous.tv_sec;
132 msecs = (current.tv_usec - previous.tv_usec) / 1000;
142 previous = current;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Drosenbrock.tcl68 set current $min
70 lappend result $current
71 set current [expr {$current + $step}]
72 if {$current > $max} then {
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DMarkedBlock.cpp196 for (FreeCell* current = head; current; current = next) {
197 next = current->next;
198 reinterpret_cast<JSCell*>(current)->zap();
199 clearNewlyAllocated(current);
285 for (FreeCell* current = head; current; current = next) {
286 next = current
[all...]
H A DGCSegmentedArrayInlines.h61 for (GCArraySegment<T>* current = m_segments.head(); current->next(); current = next) {
62 next = current->next();
63 m_segments.remove(current);
64 m_blockAllocator.deallocate(GCArraySegment<T>::destroy(current));
179 for (GCArraySegment<T>* current = m_segments.head(); current; current = current
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNodeRenderingTraversal.cpp250 const Node* current = node; local
251 while (current && !traverseNextSibling(current))
252 current = traverseParent(current, DontCrossShadowRoot);
253 return current ? traverseNextSibling(current) : 0;
260 if (Node* current = traversePreviousSibling(node)) {
261 while (Node* child = traverseLastChild(current, DontCrossShadowRoot))
262 current
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DBidiRunList.h104 Run* current = 0; local
107 current = next;
108 next = current->next();
111 if (!current)
114 current->m_next = run->m_next;
128 Run* current = m_firstRun; local
129 Run* next = current->next();
131 current = next;
132 next = current->next();
135 current
[all...]
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmailkwd.el31 (defvar rmail-current-message)
60 "Add LABEL to labels associated with current RMAIL message.
67 "Remove LABEL from labels associated with current RMAIL message.
74 (with-current-buffer rmail-buffer
91 (with-current-buffer rmail-buffer
93 (if (not n) (setq n rmail-current-message))
133 (if (= n rmail-current-message) (rmail-display-labels))))))))
141 ; "Returns symbol if LABEL (attribute or keyword) on NTH or current message."
142 ; (rmail-message-labels-p (or n rmail-current-message) (regexp-quote label)))
145 ; "Returns labels associated with NTH or current RMAI
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBumpPointerAllocator.h39 // ensureCapacity will check whether the current pool has capacity to
45 // references they have to this current (possibly full) BumpPointerPool
60 void* current = m_current; local
61 void* allocationEnd = static_cast<char*>(current) + size;
62 ASSERT_WITH_SECURITY_IMPLICATION(allocationEnd > current); // check for overflow
65 return current;
79 // this current BumpPointerPool to instead point to the returned
164 void* current = pool->m_current; local
165 void* allocationEnd = static_cast<char*>(current) + size;
166 ASSERT_WITH_SECURITY_IMPLICATION(allocationEnd > current); // chec
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResource.cpp193 auto current = object.parent(); local
194 while (current) {
195 removeFromCacheAndInvalidateDependencies(*current, needsLayout);
197 if (current->isSVGResourceContainer()) {
199 toRenderSVGResourceContainer(*current).removeAllClientsFromCache();
203 current = current->parent();
/macosx-10.10/tcl-105/tcl_ext/thread/thread/lib/
H A Dttrace.tcl56 interp alias {} [namespace current]::_array {} nsv_array
57 interp alias {} [namespace current]::_incr {} nsv_incr
58 interp alias {} [namespace current]::_lappend {} nsv_lappend
59 interp alias {} [namespace current]::_names {} nsv_names
60 interp alias {} [namespace current]::_set {} nsv_set
61 interp alias {} [namespace current]::_unset {} nsv_unset
68 interp alias {} [namespace current]::_array {} tsv::array
69 interp alias {} [namespace current]::_incr {} tsv::incr
70 interp alias {} [namespace current]::_lappend {} tsv::lappend
71 interp alias {} [namespace current]
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippfind.c256 *current = NULL,/* Current expression */ local
332 if (!current)
445 if (!current)
462 else if (!current->prev && parent)
471 else if (!current->prev)
474 * Need to group "current" in a new OR node...
482 temp->child = current;
483 current->parent = temp;
504 while (current->prev)
506 current
2620 AvahiStringList *current; /* Current TXT key/value pair */ local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_ctx.c102 BN_POOL_ITEM *head, *current, *tail; member in struct:bignum_pool
362 p->head = p->current = p->tail = NULL;
377 p->current = p->head->next;
379 p->head = p->current;
398 p->current = p->head;
419 p->head = p->current = p->tail = item;
424 p->current = item;
432 p->current = p->head;
434 p->current = p->current
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp160 /** Add a child to the current AST */
167 // Make new child the current root
174 // Add new child to current root
182 // Make new child the current child
283 /// Make an AST the root of current AST
288 // Add the current root as a child of new root
290 // The new current child is the last sibling of the old root
335 RefAST current )
360 if( strcmp(temp.c_str(), current->typeName() ) != 0 )
363 error += current
411 RefAST current = nullAST; variable
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dbuffer.c194 * Sets the end of the active region 'n' bytes after current.
198 REQUIRE(b->current + n <= b->used);
221 REQUIRE(b->current + n <= b->used);
233 REQUIRE(n <= b->current);
255 if (b->active > b->current)
256 b->active -= b->current;
259 b->current = 0;
273 REQUIRE(b->used - b->current >= 1);
276 b->current += 1;
301 REQUIRE(b->used - b->current >
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dbuffer.c194 * Sets the end of the active region 'n' bytes after current.
198 REQUIRE(b->current + n <= b->used);
221 REQUIRE(b->current + n <= b->used);
233 REQUIRE(n <= b->current);
255 if (b->active > b->current)
256 b->active -= b->current;
259 b->current = 0;
273 REQUIRE(b->used - b->current >= 1);
276 b->current += 1;
301 REQUIRE(b->used - b->current >
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListItem.cpp124 const Element* current = item ? &item->element() : listNode; local
125 current = ElementTraversal::nextIncludingPseudo(current, listNode);
127 while (current) {
128 if (isList(current)) {
130 current = ElementTraversal::nextIncludingPseudoSkippingChildren(current, listNode);
134 RenderObject* renderer = current->renderer();
139 current = ElementTraversal::nextIncludingPseudo(current, listNod
148 Element* current = &item->element(); local
[all...]
/macosx-10.10/swig-12/Lib/ruby/
H A Dstd_set.i59 return from(static_cast<const value_type&>(*(base::current)));
93 std::advance( base::current, n );
94 if ( base::current == end )
107 if (base::current == end) {
110 return from(static_cast<const value_type&>(*(base::current)));
132 make_set_nonconst_iterator(const InOutIter& current,
137 return new SetIteratorClosed_T< InOutIter >(current,
146 make_set_nonconst_iterator(const InOutIter& current,
149 return new SetIteratorOpen_T< InOutIter >(current, seq);

Completed in 620 milliseconds

1234567891011>>