Home
last modified time | relevance | path

Searched refs:construct_list (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y62 | construct_list { construct_list = (struct node *)$1; }
65 construct_list: construct
66 | construct_list construct { n_splice ($1,$2); }
H A Dndr_main.c30 struct node *construct_list; variable
H A Dndrgen.h179 extern struct node *construct_list;
H A Dndr_print.c43 print_node_list(construct_list); in tdata_dump()
H A Dndr_anal.c799 construct = construct_list; in seed_construct_types()