Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddocproc.c251 static void docfunctions(char * filename, char * type) in docfunctions() function
283 static void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); } in intfunc()
284 static void extfunc(char * filename) { docfunctions(filename, FUNCTION); } in extfunc()