Searched refs:n_cons (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y71 ={ $$ = n_cons (STRUCT_KW, $1, $3, $5);
77 ={ $$ = n_cons (UNION_KW, $1, $3, $5);
83 ={ $$ = n_cons (TYPEDEF_KW, 0, $2->n_m_name, $2);
93 ={ $$ = n_cons (L_MEMBER, $1, $2, $3);
110 adv_attr: IN_KW ={ $$ = n_cons (IN_KW); }
111 | OUT_KW ={ $$ = n_cons (OUT_KW); }
112 | OPERATION_KW LP arg RP ={ $$ = n_cons (OPERATION_KW, $3); }
113 | ALIGN_KW LP arg RP ={ $$ = n_cons (ALIGN_KW, $3); }
114 | STRING_KW ={ $$ = n_cons (STRING_KW); }
117 ={ $$ = n_cons (SIZE_IS_K
[all...]
H A Dndrgen.h199 extern struct node *n_cons(int, ...);

Completed in 58 milliseconds