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