Searched refs:testcase_glob (Results 1 – 1 of 1) sorted by relevance
27170 static int testcase_glob(const char *zGlob, const char *z){ in testcase_glob() function27187 while( *z && testcase_glob(zGlob-1,z)==0 ){ in testcase_glob()27197 if( testcase_glob(zGlob,z) ) return 1; in testcase_glob()29012 }else if( testcase_glob(azArg[1],zRes)==0 ){ in do_meta_command()