docfunctions      283 scripts/docproc.c static void intfunc(char * filename) {	docfunctions(filename, NOFUNCTION); }
docfunctions      284 scripts/docproc.c static void extfunc(char * filename) { docfunctions(filename, FUNCTION);   }