Searched refs:h_next (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/less/
H A Difile.c27 struct ifile *h_next; /* Links for command line list */ member in struct:ifile
58 for (; p != &anchor; p = p->h_next)
75 p->h_next = prev->h_next;
77 prev->h_next->h_prev = p;
78 prev->h_next = p;
84 incr_index(p->h_next, 1);
95 p->h_next->h_prev = p->h_prev;
96 p->h_prev->h_next = p->h_next;
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_khelp.c102 TAILQ_FOREACH(tmph, &helpers, h_next) {
104 TAILQ_INSERT_BEFORE(tmph, h, h_next);
111 TAILQ_INSERT_TAIL(&helpers, h, h_next);
129 TAILQ_FOREACH(tmph, &helpers, h_next) {
131 TAILQ_REMOVE(&helpers, h, h_next);
160 TAILQ_FOREACH(h, &helpers, h_next) {
175 TAILQ_FOREACH(h, &helpers, h_next) {
202 TAILQ_FOREACH(h, &helpers, h_next)
245 TAILQ_FOREACH(h, &helpers, h_next) {
295 TAILQ_FOREACH(h, &helpers, h_next) {
[all...]
/freebsd-10-stable/sys/sys/
H A Dmodule_khelp.h60 TAILQ_ENTRY(helper) h_next; member in struct:helper
/freebsd-10-stable/lib/libedit/
H A Dhistory.c65 history_gfun_t h_next; /* Get the next element */ member in struct:history
76 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
573 h->h_next = history_def_next;
596 if (h->h_next == history_def_next)
611 if (h->h_next != history_def_next) {
630 if (h->h_next != history_def_next) {
650 if (h->h_next != history_def_next) {
665 if (h->h_next != history_def_next) {
682 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
686 if (h->h_next !
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c120 hep->h_next = hp->h_buckets[h];
154 for (i = hp->h_buckets[h]; i != 0; i = hep->h_next) {
H A Dctf_impl.h69 ushort_t h_next; /* index of next element in hash chain */ member in struct:ctf_helem
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh5.c483 struct here *h_next; member in struct:here
504 h->h_next = NULL;
508 for (lh = inhere; lh!=NULL; lh = lh->h_next)
509 if (lh->h_next == 0) {
510 lh->h_next = h;
528 for (hp = h = inhere; h != NULL; hp = h, h = h->h_next)
533 hp->h_next = acthere;
636 for (h = inhere; h != NULL; h = h->h_next) {
651 for (h = acthere; h != NULL; h = h->h_next)
656 acthere = h->h_next;
[all...]
/freebsd-10-stable/usr.sbin/config/
H A Dmain.c98 struct hdr_list *h_next; member in struct:hdr_list
628 for (hl = htab; hl != NULL; hl = hl->h_next) {
657 for (hl = htab; hl != NULL; hl = hl->h_next) {
667 hl->h_next = htab;
/freebsd-10-stable/sys/dev/usb/controller/
H A Duhci.c524 qh_x->h_next = NULL;
541 qh_intr->h_next = qh_ls;
570 qh_ls->h_next = qh_fs;
585 qh_ctl->h_next = qh_blk;
593 qh_blk->h_next = qh_lst;
601 qh_lst->h_next = 0;
797 DPRINTFN(0, "QH(%p) at 0x%08x: h_next=0x%08x e_next=0x%08x\n", sqh,
800 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) |
934 sqh->h_next = last->h_next;
[all...]
H A Duhci.h145 struct uhci_qh *h_next; member in struct:uhci_qh

Completed in 144 milliseconds