Home
last modified time | relevance | path

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

/dports/security/gopass/gopass-1.13.0/internal/action/
H A Drepl.go30 subCmds := []readline.PrefixCompleterInterface{}
33 subCmds = append(subCmds, readline.PcItem(r))
39 args = append(args, readline.PcItem(alias, subCmds...))
45 subCmds := []readline.PrefixCompleterInterface{}
47 subCmds = append(subCmds, readline.PcItem(r))
67 subCmds := []readline.PrefixCompleterInterface{}
71 subCmds = append(subCmds, readline.PcItem(k))
74 subCmds = append(subCmds, s.replCompleteRecipients(c.Context, cmd)...)
76 subCmds = append(subCmds, s.replCompleteTemplates(c.Context, cmd)...)
94 subCmds = append(subCmds, secrets...)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/test/cmd/
H A Dutil.go53 func RunSubCommand(t *testing.T, subCmds []*cobra.Command, command string, args ...string) {
54 subCmd := getSubCommand(t, subCmds, command)
61 func getSubCommand(t *testing.T, subCmds []*cobra.Command, name string) *cobra.Command {
62 for _, subCmd := range subCmds {
/dports/cad/qrouter/qrouter-1.4.85/
H A Dtclqrouter.c750 static char *subCmds[] = { in qrouter_map() local
874 static char *subCmds[] = { in qrouter_stage1() local
1050 static char *subCmds[] = { in qrouter_stage2() local
1239 static char *subCmds[] = { in qrouter_stage3() local
1412 static char *subCmds[] = { in qrouter_cleanup() local
1476 static char *subCmds[] = { in qrouter_remove() local
2089 static char *subCmds[] = { in qrouter_layerinfo() local
2245 static char *subCmds[] = { in qrouter_via() local
2464 static char *subCmds[] = { in qrouter_query() local
2904 static char *subCmds[] = { in qrouter_cost() local
[all …]
/dports/databases/tcl-Mysql/tcl-sql/
H A Dsql.cc102 static CONST84 char * subCmds[] = { in SqlCmd() local
111 if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcommand", 0, in SqlCmd()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dngspice.c447 static char *subCmds[] = { in xctcl_spice() local
461 (CONST84 char **)subCmds, in xctcl_spice()
H A Dtclxcircuit.c4917 (CONST84 char **)subCmds, in xctcl_polygon()
5091 (CONST84 char **)subCmds, in xctcl_spline()
5227 (CONST84 char **)subCmds, in xctcl_graphic()
5385 (CONST84 char **)subCmds, in xctcl_arc()
5547 (CONST84 char **)subCmds, in xctcl_path()
5684 (CONST84 char **)subCmds, in xctcl_instance()
6160 (CONST84 char **)subCmds, in xctcl_element()
6414 (CONST84 char **)subCmds, in xctcl_config()
7309 char *subCmds[] = { in xctcl_page() local
8116 char *subCmds[] = { in xctcl_tech() local
[all …]
/dports/devel/tclreadline/tclreadline-2.3.8/
H A Dtclreadline.c205 static char *subCmds[] = { in TclReadlineCmd() local
225 (interp, objv[1], subCmds, "option", 0, (int *) &obj_idx); in TclReadlineCmd()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DprintOperation.c869 static const char *subCmds[] = in printOperationFunc() local
883 if ( Tcl_GetIndexFromObj ( interp, objv[2], subCmds, "command", TCL_EXACT, &idx3 ) != TCL_OK ) in printOperationFunc()
H A DsplashScreen.c585 static const char *subCmds[] = in splashScreenFunc() local
603 …if ( Tcl_GetIndexFromObj ( interp, objv[2], subCmds, "command", TCL_EXACT, &subcmdidx ) != TCL_OK ) in splashScreenFunc()
H A Dentry.c776 static const char *subCmds[] = in entryFunc() local
789 if ( Tcl_GetIndexFromObj ( interp, objv[2], subCmds, "command", TCL_EXACT, &subIdx ) != TCL_OK ) in entryFunc()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c567 char *subCmds[] = {"encode", "symbologies", "eci", "version", "help", NULL}; in Zint() local
568 if(Tcl_GetIndexFromObj(interp, objv[1], (const char **) subCmds, in Zint()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/TclMagick/generic/
H A DTclMagick.c269 static CONST char *subCmds[] = { in magickCmd() local
297 if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) { in magickCmd()
644 static CONST char *subCmds[] = { in wandObjCmd() local
1135 if( sizeof(subCmds)/sizeof(subCmds[0]) != TM_END_OF_TABLE + 1 ) { in wandObjCmd()
1144 if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) { in wandObjCmd()
5399 static CONST char *subCmds[] = { in pixelObjCmd() local
5443 if( sizeof(subCmds)/sizeof(subCmds[0]) != TM_END_OF_TABLE + 1 ) { in pixelObjCmd()
5452 if (Tcl_GetIndexFromObj(interp, objv[1], subCmds, "subcmd", 0, &index) != TCL_OK) { in pixelObjCmd()
6048 static CONST char *subCmds[] = { in drawObjCmd() local
6196 if( sizeof(subCmds)/sizeof(subCmds[0]) != TM_END_OF_TABLE + 1 ) { in drawObjCmd()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclNamesp.c2486 static CONST char *subCmds[] = { local
2509 result = Tcl_GetIndexFromObj((Tcl_Interp *) interp, objv[1], subCmds,
H A DtclCmdIL.c399 static CONST char *subCmds[] = { local
420 result = Tcl_GetIndexFromObj(interp, objv[1], subCmds, "option", 0,
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclNamesp.c2805 static const char *subCmds[] = { in Tcl_NamespaceObjCmd() local
2828 result = Tcl_GetIndexFromObj((Tcl_Interp *) interp, objv[1], subCmds, in Tcl_NamespaceObjCmd()