Searched refs:tail (Results 26 - 50 of 124) sorted by relevance

12345

/haiku-fatelf/src/libs/ncurses/man/
H A DMakefile67 terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
68 sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib-osf.c108 CORE_ADDR tail; member in struct:__anon3867
142 CORE_ADDR tail; /* last element in module list */
386 ctxt->tail = ldr_context.tail;
480 if (ctxt->next == ctxt->tail)
524 struct so_list *head = NULL, *tail, *newtail, so; local
550 tail->next = newtail;
551 tail = newtail;
553 memcpy (tail, &so, sizeof so);
554 tail
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dtr.c49 get_next that it should initialize the tail pointer.
56 get_next that the element pointed to by Spec_list->tail is
135 `tail', which is first used to construct the list. After construction,
147 signals get_next to initialize tail to point to head->next. */
148 struct List_element *tail; member in struct:Spec_list
653 assert (list->tail);
654 list->tail->next = new;
655 list->tail = new;
685 assert (list->tail);
686 list->tail
[all...]
H A Dptx.c261 will be seen at the end of the output line, the `tail' pointer gives
265 static BLOCK tail; /* tail field */
266 static int tail_truncation; /* flag truncation after the tail field */
1314 There also are tail and head wrap around fields, used when the keyword
1319 both the tail and head fields are used at once. */
1342 unless there is a tail field, in which case the mark goes at the
1343 end of the tail field. Only eight combination cases could arise
1350 . One ending the tail field.
1352 . One ending the tail fiel
264 static BLOCK tail; /* tail field */ variable
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_event_priv.h71 fluid_evt_entry* tail;
H A Dfluid_event.c636 /* set head & tail */
637 heap->tail = &(tmp[nbEvents-1]);
731 heap->tail->next = evt;
732 heap->tail = evt;
/haiku-fatelf/src/tests/system/kernel/scheduler/
H A Doverride_types.h48 struct thread *tail; member in struct:thread_queue
/haiku-fatelf/src/kits/mail/
H A Dmail_util.cpp377 char *head, *tail; local
398 for (head = tail = string;
399 ((charset = strstr(tail, "=?")) != NULL)
405 tail = end)
407 // Copy non-encoded text (from tail up to charset) to the output.
413 for (int i = 0; i < charset-tail; i++) {
414 if (!isspace (tail[i])) {
420 if (string != tail && tail != charset)
421 memmove(string, tail, charse
[all...]
/haiku-fatelf/src/system/kernel/vm/
H A DVMPageQueue.h38 inline void Requeue(vm_page* page, bool tail);
45 inline void RequeueUnlocked(vm_page* page, bool tail);
167 VMPageQueue::Requeue(vm_page* page, bool tail) argument
177 fPages.Add(page, tail);
237 VMPageQueue::RequeueUnlocked(vm_page* page, bool tail) argument
240 Requeue(page, tail);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c134 qhead->tail = NULL;
186 qhead->tail = NULL;
239 qhead->tail = NULL;
359 if (qhead->tail == NULL) {
382 qhead->tail->m_nextpkt = m;
388 qhead->tail = m;
426 IF_PREPEND_LIST(&parent->if_snd, qhead->head, qhead->tail,
428 qhead->head = qhead->tail = NULL;
438 IF_PREPEND_LIST(&ifp->if_snd, qhead->head, qhead->tail,
440 qhead->head = qhead->tail
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dretr.c410 int tail = 0; /* tail position in HUNK */
421 pklen = fd_peek (fd, hunk + tail, bufsize - 1 - tail, -1);
427 end = terminator (hunk, hunk + tail, pklen);
432 remain = end - (hunk + tail);
437 hunk[tail] = '\0';
440 if (bufsize - 1 < tail + remain)
442 bufsize = tail + remain + 1;
455 rdlen = fd_read (fd, hunk + tail, remai
408 int tail = 0; /* tail position in HUNK */ local
[all...]
H A Dhtml-url.c338 if (ctx->tail)
340 ctx->tail->next = newel;
341 ctx->tail = newel;
344 ctx->tail = ctx->head = newel;
673 ctx.head = ctx.tail = NULL;
717 struct urlpos *head, *tail;
729 head = tail = NULL;
788 tail->next = entry;
789 tail = entry;
715 struct urlpos *head, *tail; local
H A Drecur.c72 struct queue_element *tail;
123 if (queue->tail)
124 queue->tail->next = qel;
125 queue->tail = qel;
128 queue->head = queue->tail;
146 queue->tail = NULL;
71 struct queue_element *tail; member in struct:url_queue
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DCP.c58 - cp->ring.tail;
59 //space = INREG( ai->regs, RADEON_CP_RB_RPTR ) - cp->ring.tail;
68 SHOW_FLOW( 3, "head=%ld, tail=%ld, space=%ld",
71 cp->ring.tail, space );
241 ring_tail = cp->ring.tail; \
255 cp->ring.tail = ring_tail; \
341 //SHOW_FLOW( 3, "new tail: %d", cp->ring.tail );
347 OUTREG( ai->regs, RADEON_CP_RB_WPTR, cp->ring.tail );
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_getch.c121 if (tail == -1)
196 SP->_fifo[tail] = ch;
199 head = peek = tail;
201 TR(TRACE_IEVENT, ("pushed %s at %d", _tracechar(ch), tail));
214 tail = peek = 0;
545 if (peek == tail)
/haiku-fatelf/3rdparty/mesa/
H A Dmesa-o-matic.sh42 GCC_VER=`gcc -v 2>&1 | tail -1 | awk '{print $3}' | cut -d. -f1`
/haiku-fatelf/headers/private/kernel/util/
H A DSinglyLinkedList.h252 // Neither list is empty -- find the tail of this list.
253 Element* tail = fFirst; local
254 while (Element* next = sGetLink(tail)->next)
255 tail = next;
257 sGetLink(tail)->next = fromList->fFirst;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.h95 #define cdr(x) ((struct cell *)(celltop + celloffset(x)))->tail
119 list tail; member in struct:cell
/haiku-fatelf/src/bin/network/tcpdump/
H A Disakmp.h363 struct isakmp_ph1 *tail;
369 struct isakmp_ph2 *tail;
362 struct isakmp_ph1 *tail; member in struct:isakmp_ph1tab
368 struct isakmp_ph2 *tail; member in struct:isakmp_ph2tab
/haiku-fatelf/src/libs/ncurses/include/
H A DMakefile87 $(srcdir)/curses.tail \
92 cat $(srcdir)/curses.tail >>$@
/haiku-fatelf/headers/private/kernel/vm/
H A Dvm_page.h39 void vm_page_requeue(struct vm_page *page, bool tail);
/haiku-fatelf/src/add-ons/kernel/busses/usb/
H A Dohci.cpp870 // the current tail will become the first descriptor
1051 // are canceled by setting the head pointer to the tail pointer
1305 // fill in the information of the first descriptor into the current tail
1306 ohci_general_td *tail = (ohci_general_td *)endpoint->tail_logical_descriptor; local
1307 tail->flags = first->flags;
1308 tail->buffer_physical = first->buffer_physical;
1309 tail->next_physical_descriptor = first->next_physical_descriptor;
1310 tail->last_physical_byte_address = first->last_physical_byte_address;
1311 tail->buffer_size = first->buffer_size;
1312 tail
1508 ohci_general_td *tail = _CreateGeneralDescriptor(0); local
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrinput.c128 input->tail = NULL;
212 if(input->tail == NULL) {
214 input->tail = entry;
216 input->tail->next = entry;
217 input->tail = entry;
1476 s->tail = NULL;
1499 if(s->tail == NULL) {
1501 s->tail = e;
1503 s->tail->next = e;
1504 s->tail
[all...]
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y98 tuple_info_t *tail = $1;
99 while (tail->next != NULL) tail = tail->next;
100 tail->next = $2;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dihex.c182 struct ihex_data_list *tail; member in struct:ihex_data_struct
214 tdata->tail = NULL;
731 if (tdata->tail != NULL
732 && n->where >= tdata->tail->where)
734 tdata->tail->next = n;
736 tdata->tail = n;
749 tdata->tail = n;

Completed in 227 milliseconds

12345