Home
last modified time | relevance | path

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

/external/u-boot/scripts/
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()