Searched refs:n_cons (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/tools/ndrgen/ |
H A D | ndr_parse.y | 71 ={ $$ = 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_KW, $3, $3, $3); } [all …]
|
H A D | ndrgen.h | 199 extern struct node *n_cons(int, ...);
|
H A D | ndr_lex.c | 496 n_cons(int label, ...) in n_cons() function
|