sfunc 186 lib/util/params.c static bool Section( myFILE *InFile, bool (*sfunc)(const char *, void *), void *userdata ) sfunc 243 lib/util/params.c if( !sfunc(InFile->bufr,userdata) ) /* Got a valid name. Deal with it. */ sfunc 430 lib/util/params.c bool (*sfunc)(const char *, void *), sfunc 472 lib/util/params.c if( !Section( InFile, sfunc, userdata ) ) sfunc 525 lib/util/params.c bool (*sfunc)(const char *, void *), sfunc 553 lib/util/params.c result = Parse( InFile, sfunc, pfunc, userdata ); /* (recursive call), then just */ sfunc 566 lib/util/params.c result = Parse( InFile, sfunc, pfunc, userdata ); sfunc 766 lib/util/util.h bool (*sfunc)(const char *, void *),