Home
last modified time | relevance | path

Searched refs:NODE_ID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/mandoc/
H A Dtag.c108 if (n->flags & NODE_ID) in tag_put()
207 nold->flags &= ~NODE_ID; in tag_put()
226 n->flags |= NODE_ID; in tag_put()
281 np->flags |= NODE_ID; in tag_move_id()
282 n->flags &= ~NODE_ID; in tag_move_id()
345 if (n->flags & NODE_ID) { in tag_postprocess()
363 else if ((n->flags & NODE_ID) == 0) { in tag_postprocess()
H A Droff.h527 #define NODE_ID (1 << 11) /* Target for deep linking. */ macro
H A Dtree.c302 if (n->flags & NODE_ID) { in print_attr()
H A Dmdoc_term.c336 if (n->flags & NODE_ID && n->tok != MDOC_Pp && in print_mdoc_node()
632 if (n->flags & NODE_ID) in termp_it_pre()
1564 if (n->flags & NODE_ID) in termp_pp_pre()
H A Dmdoc_html.c1235 if (n->flags & NODE_ID) in mdoc_pp_pre()
1243 id = n->flags & NODE_ID ? html_make_id(n, 1) : NULL; in mdoc_pp_pre()
H A Dhtml.c817 if (n->flags & NODE_ID) in print_otag_id()
H A Dman_term.c931 if (n->flags & NODE_ID) in print_man_node()
H A Dmdoc_validate.c1156 if (nn == NULL || nn->flags & NODE_ID) in post_tg()
2284 if (n->tag == NULL && n->flags & NODE_ID) in post_hyph()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c50 #define NODE_ID(procfs_list, obj) \ macro
90 cursor->cached_pos = NODE_ID(procfs_list, cursor->cached_node); in procfs_list_next_node()
129 NODE_ID(procfs_list, oldest_node) > cursor->cached_pos)) in procfs_list_seq_start()
281 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c148 #define NODE_ID(procfs_list, obj) \ macro
156 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c491 #define NODE_ID(procfs_list, obj) \ macro
499 NODE_ID(procfs_list, p) = procfs_list->pl_next_id++; in procfs_list_add()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.h997 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);