Searched refs:hl_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/less/
H A Dsearch.c50 struct hilite *hl_next; member in struct:hilite
56 #define hl_first hl_next
334 nexthl = hl->hl_next;
366 for (hl = hilite_anchor.hl_first; hl != NULL; hl = hl->hl_next)
391 for (hl = filter_anchor.hl_first; hl != NULL; hl = hl->hl_next)
463 for (ihl = anchor; ihl->hl_next != NULL; ihl = ihl->hl_next)
465 if (ihl->hl_next->hl_startpos > hl->hl_startpos)
475 if (ihl->hl_next != NULL)
476 hl->hl_endpos = MINPOS(hl->hl_endpos, ihl->hl_next
[all...]
/freebsd-10.0-release/sbin/hastd/
H A Dhastd.c131 TAILQ_REMOVE(&cfg->hc_listen, lst, hl_next);
516 TAILQ_FOREACH(nlst, &newcfg->hc_listen, hl_next) {
517 TAILQ_FOREACH(clst, &cfg->hc_listen, hl_next) {
595 TAILQ_FOREACH(nlst, &newcfg->hc_listen, hl_next) {
604 TAILQ_REMOVE(&cfg->hc_listen, clst, hl_next);
607 TAILQ_CONCAT(&cfg->hc_listen, &newcfg->hc_listen, hl_next);
704 TAILQ_FOREACH(clst, &cfg->hc_listen, hl_next) {
713 TAILQ_REMOVE(&newcfg->hc_listen, nlst, hl_next);
1087 TAILQ_FOREACH(lst, &cfg->hc_listen, hl_next) {
1142 TAILQ_FOREACH(lst, &cfg->hc_listen, hl_next) {
[all...]
H A Dparse.y217 TAILQ_INSERT_TAIL(&depth0_listen, lst, hl_next);
221 TAILQ_INSERT_TAIL(&depth0_listen, lst, hl_next);
920 TAILQ_CONCAT(&lconfig->hc_listen, &depth0_listen, hl_next);
935 TAILQ_INSERT_TAIL(&lconfig->hc_listen, lst, hl_next);
951 TAILQ_INSERT_TAIL(&lconfig->hc_listen, lst, hl_next);
1025 TAILQ_REMOVE(&depth0_listen, lst, hl_next);
1029 TAILQ_REMOVE(&config->hc_listen, lst, hl_next);
H A Dhast.h110 TAILQ_ENTRY(hastd_listen) hl_next; member in struct:hastd_listen

Completed in 110 milliseconds