HomeSort by: relevance | last modified time | path
    Searched refs:TAILQ_LAST (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/lib/libpanel/
below.c 40 below = TAILQ_LAST(&_deck, deck);
del.c 57 if (TAILQ_LAST(&_deck, deck) == &_stdscr_panel) {
  /src/external/bsd/nvi/dist/ex/
ex_at.c 111 for (len = 0, tp = TAILQ_LAST(&cbp->textq, _texth);
121 for (p = ecp->cp + len, tp = TAILQ_LAST(&cbp->textq, _texth);
ex_global.c 234 if ((rp = TAILQ_LAST(&ecp->rq, _rh)) != NULL &&
  /src/external/bsd/tmux/dist/
cmd-rotate-window.c 58 wp = TAILQ_LAST(&w->panes, window_panes);
81 wp = TAILQ_LAST(&w->panes, window_panes);
cmd-swap-pane.c 73 src_wp = TAILQ_LAST(&dst_w->panes, window_panes);
arguments.c 683 return (TAILQ_LAST(&entry->values, args_values)->string);
910 value = TAILQ_LAST(&entry->values, args_values);
943 value = TAILQ_LAST(&entry->values, args_values);
979 value = TAILQ_LAST(&entry->values, args_values)->string;
1047 value = TAILQ_LAST(&entry->values, args_values)->string;
layout-custom.c 41 lc = TAILQ_LAST(&lc->cells, layout_cells);
layout-set.c 674 lcchild = TAILQ_LAST(&lcrow->cells, layout_cells);
682 lcrow = TAILQ_LAST(&lc->cells, layout_cells);
  /src/crypto/dist/ipsec-tools/src/racoon/
genlist.c 100 while ((p = TAILQ_LAST(head, genlist)) != NULL) {
  /src/sys/altq/
altq_var.h 147 * the interface of TAILQ_LAST macro changed after the introduction
150 #undef TAILQ_LAST
151 #define TAILQ_LAST(head, headname) \
altq_hfsc.h 230 #define actlist_last(s) TAILQ_LAST(s, _active)
altq_jobs.h 87 #define tslist_last(s) TAILQ_LAST(s, _timestamps)
  /src/external/bsd/nvi/dist/common/
vi_db.c 125 l2 = TAILQ_LAST(&sp->tiq, _texth)->lno;
505 ep->c_nlines + TAILQ_LAST(&sp->tiq, _texth)->lno -
541 *lnop += TAILQ_LAST(&sp->tiq, _texth)->lno -
585 TAILQ_LAST(&sp->tiq, _texth)->lno > lno ?
586 TAILQ_LAST(&sp->tiq, _texth)->lno : lno);
vi_db1.c 125 l2 = TAILQ_LAST(&sp->tiq, _texth)->lno;
500 ep->c_nlines + (TAILQ_LAST(&sp->tiq, _texth)->lno -
535 *lnop += TAILQ_LAST(&sp->tiq, _texth)->lno -
576 TAILQ_LAST(&sp->tiq, _texth)->lno > lno ?
577 TAILQ_LAST(&sp->tiq, _texth)->lno : lno);
put.c 189 ltp = TAILQ_LAST(&cbp->textq, _texth);
  /src/external/public-domain/sqlite/sqlite2mdoc/
main.c 300 d = TAILQ_LAST(&p->dqhead, defnq);
318 e = TAILQ_LAST(&d->dcqhead, declq);
414 d = TAILQ_LAST(&p->dqhead, defnq);
426 e = TAILQ_LAST(&d->dcqhead, declq);
469 d = TAILQ_LAST(&p->dqhead, defnq);
480 e = TAILQ_LAST(&d->dcqhead, declq);
611 d = TAILQ_LAST(&p->dqhead, defnq);
646 d = TAILQ_LAST(&p->dqhead, defnq);
730 d = TAILQ_LAST(&p->dqhead, defnq);
  /src/sys/netinet6/
ip6_flow.c 437 * fast path(packet processing path). So, simply remove TAILQ_LAST one.
440 ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
452 * At first, remove invalid rtcache ip6flow, and then remove TAILQ_LAST
456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 348 for ((var) = TAILQ_LAST((head), headname); \
391 #define TAILQ_LAST(head, headname) \
  /src/external/bsd/pkg_install/dist/delete/
pkg_delete.c 264 lpp_old_tail = TAILQ_LAST(sorted_pkgs, _lpkg_head_t);
276 if (lpp_old_tail == TAILQ_LAST(sorted_pkgs, _lpkg_head_t) &&
  /src/sys/netinet/
ip_flow.c 416 * fast path(packet processing path). So, simply remove TAILQ_LAST one.
419 ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
431 * At first, remove invalid rtcache ipflow, and then remove TAILQ_LAST
435 struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
ip_reass.c 286 p = TAILQ_LAST(&fp->ipq_fragq, ipfr_qent_head);
361 p = TAILQ_LAST(&fp->ipq_fragq, ipfr_qent_head);
  /src/sys/uvm/
uvm_pglist.c 492 (uintmax_t) VM_PAGE_TO_PHYS(TAILQ_LAST(rlist, pglist)));
685 (uintmax_t) VM_PAGE_TO_PHYS(TAILQ_LAST(rlist, pglist)));
  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 298 #define TAILQ_LAST(head, headname) \
312 for((var) = TAILQ_LAST(head, headname); \
  /src/lib/libc/citrus/modules/
citrus_big5.c 227 exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);

Completed in 36 milliseconds

1 2 3