Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c23199 static int testcase_glob(const char *zGlob, const char *z){ in testcase_glob() function
23216 while( *z && testcase_glob(zGlob-1,z)==0 ){ in testcase_glob()
23226 if( testcase_glob(zGlob,z) ) return 1; in testcase_glob()
24966 }else if( testcase_glob(azArg[1],zRes)==0 ){ in do_meta_command()