Home
last modified time | relevance | path

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

/trueos/usr.bin/migcom/
HDtype.h298 extern ipc_type_t *itCStringDecl(u_int number, boolean_t varying);
HDparser.y643 { $$ = itCStringDecl($3, FALSE); }
646 { $$ = itCStringDecl($5, TRUE); }
HDtype.c702 itCStringDecl(u_int count, boolean_t varying) in itCStringDecl() function