Home
last modified time | relevance | path

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

/trueos/usr.bin/migcom/
HDtype.h287 extern void itTypeDecl(identifier_t name, ipc_type_t *it);
HDparser.y450 { itTypeDecl($1, $$ = $3); }
HDtype.c473 itTypeDecl(identifier_t name, ipc_type_t *it) in itTypeDecl() function