Searched defs:SubCommand (Results 1 – 3 of 3) sorted by relevance
325 struct SubCommand { in sqlthread_proc() struct326 char *zName; in sqlthread_proc()327 Tcl_ObjCmdProc *xProc; in sqlthread_proc()328 int nArg; in sqlthread_proc()329 char *zUsage; in sqlthread_proc()
1110 struct SubCommand { in test_multiplex_control() struct1111 const char *zName; in test_multiplex_control()1112 int op; in test_multiplex_control()1113 int argtype; in test_multiplex_control()
23 class SubCommand(object): class