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

/freebsd-9.3-release/contrib/less/
H A Dsearch.c52 struct hilite *hl_next; member in struct:hilite
58 #define hl_first hl_next
336 nexthl = hl->hl_next;
368 for (hl = hilite_anchor.hl_first; hl != NULL; hl = hl->hl_next)
393 for (hl = filter_anchor.hl_first; hl != NULL; hl = hl->hl_next)
465 for (ihl = anchor; ihl->hl_next != NULL; ihl = ihl->hl_next)
467 if (ihl->hl_next->hl_startpos > hl->hl_startpos)
477 if (ihl->hl_next != NULL)
478 hl->hl_endpos = MINPOS(hl->hl_endpos, ihl->hl_next
[all...]
/freebsd-9.3-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.y274 TAILQ_CONCAT(&lconfig->hc_listen, &depth0_listen, hl_next);
289 TAILQ_INSERT_TAIL(&lconfig->hc_listen, lst, hl_next);
305 TAILQ_INSERT_TAIL(&lconfig->hc_listen, lst, hl_next);
379 TAILQ_REMOVE(&depth0_listen, lst, hl_next);
383 TAILQ_REMOVE(&config->hc_listen, lst, hl_next);
524 TAILQ_INSERT_TAIL(&depth0_listen, lst, hl_next);
528 TAILQ_INSERT_TAIL(&depth0_listen, lst, hl_next);
H A Dhast.h110 TAILQ_ENTRY(hastd_listen) hl_next; member in struct:hastd_listen

Completed in 65 milliseconds