Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c25357 int iCtrl = -1; in do_meta_command() local
25400 iCtrl = i; in do_meta_command()
25474 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
25475 oputf("Usage: .filectrl %s %s\n", zCmd,aCtrl[iCtrl].zUsage); in do_meta_command()
27651 int iCtrl = -1; in do_meta_command() local
27686 iCtrl = i; in do_meta_command()
27865 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
27866 oputf("Usage: .testctrl %s %s\n", zCmd,aCtrl[iCtrl].zUsage); in do_meta_command()