Home
last modified time | relevance | path

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

/dports/devel/nsgenbind/nsgenbind-0.8/src/
H A Dwebidl-ast.h156 int webidl_parsefile(char *filename, struct webidl_node **webidl_ast);
H A Dnsgenbind.c122 return webidl_parsefile(filename, webidl_ast); in webidl_file_cb()
H A Dwebidl-ast.c619 int webidl_parsefile(char *filename, struct webidl_node **webidl_ast) in webidl_parsefile() function