Home
last modified time | relevance | path

Searched refs:cd_nodes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c76 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()
147 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()
163 ctf_list_prepend(&cd->cd_nodes[prec], cdp); in ctf_decl_push()
165 ctf_list_append(&cd->cd_nodes[prec], cdp); in ctf_decl_push()
H A Dctf_impl.h136 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member
H A Dctf_types.c335 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_qlname()
431 &cd.cd_nodes[CTF_PREC_FUNCTION]); in ctf_type_qlname()