Searched defs:SubCommand (Results 1 – 2 of 2) sorted by relevance
330 struct SubCommand { in sqlthread_proc() struct331 char *zName; in sqlthread_proc()332 Tcl_ObjCmdProc *xProc; in sqlthread_proc()333 int nArg; in sqlthread_proc()334 char *zUsage; in sqlthread_proc()
1308 struct SubCommand { in test_multiplex_control() struct1309 const char *zName; in test_multiplex_control()1310 int op; in test_multiplex_control()1311 int argtype; in test_multiplex_control()