HomeSort by: relevance | last modified time | path
    Searched refs:TAILQ_CONCAT (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mpl/dhcp/dist/keama/
eval.c 163 TAILQ_CONCAT(&comments, &expr->comments);
164 TAILQ_CONCAT(&comments, &arg->comments);
165 TAILQ_CONCAT(&comments, &equal->comments);
166 TAILQ_CONCAT(&equal->comments, &comments);
213 TAILQ_CONCAT(&result->comments, &expr->comments);
214 TAILQ_CONCAT(&result->comments, &arg->comments);
215 TAILQ_CONCAT(&result->comments, &equal->comments);
288 TAILQ_CONCAT(&result->comments, &expr->comments);
289 TAILQ_CONCAT(&result->comments, &arg->comments);
290 TAILQ_CONCAT(&result->comments, &left->comments)
    [all...]
json.c 52 TAILQ_CONCAT(&elem->comments, &cfile->comments);
56 TAILQ_CONCAT(&elem->comments, &cfile->comments);
68 TAILQ_CONCAT(&elem->comments, &cfile->comments);
94 TAILQ_CONCAT(&list->comments, &cfile->comments);
135 TAILQ_CONCAT(&map->comments, &cfile->comments);
confparse.c 127 TAILQ_CONCAT(&top->comments, &cfile->comments);
132 TAILQ_CONCAT(&dhcp->comments, &cfile->comments);
875 TAILQ_CONCAT(&cache->comments, &cfile->comments);
957 TAILQ_CONCAT(&et->comments, &cfile->comments);
1161 TAILQ_CONCAT(&pool->comments, &cfile->comments);
1251 TAILQ_CONCAT(&first->comments, &pool->comments);
1300 TAILQ_CONCAT(&host->comments, &cfile->comments);
1743 TAILQ_CONCAT(&class->comments, &cfile->comments);
2123 TAILQ_CONCAT(&share->comments, &cfile->comments);
2360 TAILQ_CONCAT(&subnet->comments, &cfile->comments)
    [all...]
data.c 621 TAILQ_CONCAT(&e->comments, &o->comments);
638 TAILQ_CONCAT(&e->value.list_value, &o->value.list_value);
642 TAILQ_CONCAT(&e->value.map_value, &o->value.map_value);
760 TAILQ_CONCAT(&l->value.list_value, &o->value.list_value);
data.h 51 #define TAILQ_CONCAT(head1, head2) do { \
parse.c 441 TAILQ_CONCAT(&hw->comments, &cfile->comments);
971 TAILQ_CONCAT(&def->comments, &cfile->comments);
977 TAILQ_CONCAT(&def->comments, &cfile->comments);
1581 TAILQ_CONCAT(&statement->comments, &cfile->comments);
1585 TAILQ_CONCAT(&statement->comments, &cfile->comments);
3090 TAILQ_CONCAT(&nexp->comments, &cfile->comments);
4233 TAILQ_CONCAT(&opt_data->comments, &cfile->comments);
4851 TAILQ_CONCAT(&config->comments, &cfile->comments);
4853 TAILQ_CONCAT(&config->comments, comments);
  /src/external/bsd/tmux/dist/
screen.c 652 TAILQ_CONCAT(&s->saved_images, &s->images, entry);
711 TAILQ_CONCAT(&s->images, &s->saved_images, entry);
cmd-parse.y 149 TAILQ_CONCAT($$, $2, entry);
404 TAILQ_CONCAT($$, $3, entry);
457 TAILQ_CONCAT(&$$->arguments, $3, entry);
584 TAILQ_CONCAT($$, $2, entry);
cmd.c 618 TAILQ_CONCAT(cmdlist->list, from->list, qentry);
625 TAILQ_CONCAT(cmdlist->list, from->list, qentry);
screen-write.c 1740 TAILQ_CONCAT(&screen_write_citem_freelist, &cl->items, entry);
1761 TAILQ_CONCAT(&ctx->s->write_list[y].items, &cl->items, entry);
mode-tree.c 566 TAILQ_CONCAT(&mtd->saved, &mtd->children, entry);
  /src/share/man/man3/
Makefile 213 queue.3 TAILQ_CONCAT.3 \
  /src/usr.sbin/lockstat/
main.c 620 TAILQ_CONCAT(&freelist, &locklist, chain);
  /src/sys/sys/
queue.h 553 #define TAILQ_CONCAT(head1, head2, field) do { \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 614 #define TAILQ_CONCAT(head1, head2, field) do { \
  /src/external/bsd/tmux/dist/compat/
imsg-buffer.c 1062 TAILQ_CONCAT(&to->bufs, &from->bufs, entry);
  /src/sys/arch/m68k/m68k/
pmap_68k.c 2428 TAILQ_CONCAT(&pc.pc_ptpages, &pmap->pm_ptpages[0], ptp_list);
2429 TAILQ_CONCAT(&pc.pc_ptpages, &pmap->pm_ptpages[1], ptp_list);
  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 520 TAILQ_CONCAT(ctx->ra_routers, &sorted_routers, next);
  /src/sys/arch/ia64/ia64/
pmap.c 791 TAILQ_CONCAT(&pv_chunks, &newtail, pc_lru);

Completed in 67 milliseconds