Searched refs:NODE_ID (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | tag.c | 108 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 D | roff.h | 527 #define NODE_ID (1 << 11) /* Target for deep linking. */ macro
|
H A D | tree.c | 302 if (n->flags & NODE_ID) { in print_attr()
|
H A D | mdoc_term.c | 336 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 D | mdoc_html.c | 1235 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 D | html.c | 817 if (n->flags & NODE_ID) in print_otag_id()
|
H A D | man_term.c | 931 if (n->flags & NODE_ID) in print_man_node()
|
H A D | mdoc_validate.c | 1156 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 D | spl-procfs-list.c | 50 #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 D | spl_procfs_list.c | 148 #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 D | kernel.c | 491 #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 D | hdac.h | 997 HDA_ACCESSOR(node_id, NODE_ID, uint8_t);
|