Home
last modified time | relevance | path

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

/NextBSD/usr.bin/migcom/
HDtype.h297 extern ipc_type_t *itStructDecl(u_int number, ipc_type_t *it);
HDparser.y556 { $$ = itStructDecl($1, $2); }
HDtype.c683 itStructDecl(u_int number, ipc_type_t *old) in itStructDecl() function