/dports/games/zangband/zangband/src/tk/ |
H A D | cmdinfo.c | 23 if (infoCmd->subCmd.count) in CommandInfo_ObjCmd() 35 infoCmd = infoCmd->subCmd.info[subCmdIndex]; in CommandInfo_ObjCmd() 39 if ((infoCmd->minArgs && (objC < infoCmd->minArgs)) || in CommandInfo_ObjCmd() 40 (infoCmd->maxArgs && (objC > infoCmd->maxArgs))) in CommandInfo_ObjCmd() 43 infoCmd->errorMsg); in CommandInfo_ObjCmd() 87 CommandInfo *infoCmd; in CommandInfo_New() local 103 return infoCmd; in CommandInfo_New() 110 CommandInfo *infoCmd) in CommandInfo_GetInfoAux() argument 125 return infoCmd; in CommandInfo_GetInfoAux() 140 infoCmd = infoCmd->subCmd.info[subCmdIndex]; in CommandInfo_GetInfoAux() [all …]
|
H A D | interp.c | 489 int objC = objc - infoCmd->depth; in objcmd_player() 490 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_player() 1022 int objC = objc - infoCmd->depth; in objcmd_cave() 1023 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_cave() 1096 int objC = objc - infoCmd->depth; in objcmd_floor() 1097 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_floor() 1296 int objC = objc - infoCmd->depth; in objcmd_game() 1297 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_game() 1373 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_init_icons() 1458 int objC = objc - infoCmd->depth; in objcmd_inventory() [all …]
|
H A D | describe.c | 601 CommandInfo *infoCmd = (CommandInfo *) clientData; in objcmd_inveninfo() local 603 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_inveninfo() 644 CommandInfo *infoCmd = (CommandInfo *) clientData; in objcmd_equipinfo() local 646 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_equipinfo()
|
H A D | tk-util.c | 286 CommandInfo *infoCmd = (CommandInfo *) clientData; in objcmd_palette_set() local 287 int objC = objc - infoCmd->depth; in objcmd_palette_set() 288 Tcl_Obj *CONST *objV = objv + infoCmd->depth; in objcmd_palette_set()
|
H A D | tnb.h | 133 extern void CommandInfo_Add(CommandInfo *infoCmd, CommandInfo *infoSubCmd);
|
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/cmd/bleve/cmd/scorch/ |
H A D | info.go | 24 var infoCmd = &cobra.Command{ var 58 RootCmd.AddCommand(infoCmd)
|
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/cmd/vellum/cmd/ |
H A D | info.go | 24 var infoCmd = &cobra.Command{ var 46 RootCmd.AddCommand(infoCmd)
|
/dports/devel/bit/bit-1.1.2/cmd/ |
H A D | info.go | 13 var infoCmd = &cobra.Command{ var 33 BitCmd.AddCommand(infoCmd)
|
/dports/net/gscloud/gscloud-0.11.0/cmd/ |
H A D | info.go | 17 var infoCmd = &cobra.Command{ var 154 rootCmd.AddCommand(infoCmd) 157 origHelpFunc := infoCmd.HelpFunc()
|
/dports/net-im/tkabber/tkabber-1.1.2/tclxmpp/xmpp/ |
H A D | tls.tcl | 302 set infoCmd $val 330 if {[info exists infoCmd]} { 331 eval $infoCmd [::tls::status $state(sock)]
|
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Contrib/RCSStoreContrib/ |
H A D | Config.spec | 95 $Foswiki::cfg{RCS}{infoCmd} =
|
/dports/lang/tcl86/tcl8.6.12/generic/ |
H A D | tclOOInfo.c | 102 Tcl_Command infoCmd; in TclOOInitInfo() local 116 infoCmd = Tcl_FindCommand(interp, "info", NULL, TCL_GLOBAL_ONLY); in TclOOInitInfo() 117 if (infoCmd) { in TclOOInitInfo() 118 Tcl_GetEnsembleMappingDict(NULL, infoCmd, &mapDict); in TclOOInitInfo() 123 Tcl_SetEnsembleMappingDict(interp, infoCmd, mapDict); in TclOOInitInfo()
|
/dports/lang/tcl87/tcl8.7a5/generic/ |
H A D | tclOOInfo.c | 106 Tcl_Command infoCmd; in TclOOInitInfo() local 120 infoCmd = Tcl_FindCommand(interp, "info", NULL, TCL_GLOBAL_ONLY); in TclOOInitInfo() 121 if (infoCmd) { in TclOOInitInfo() 122 Tcl_GetEnsembleMappingDict(NULL, infoCmd, &mapDict); in TclOOInitInfo() 127 Tcl_SetEnsembleMappingDict(interp, infoCmd, mapDict); in TclOOInitInfo()
|
/dports/security/keepassxc/keepassxc-2.6.6/tests/ |
H A D | TestCli.cpp | 629 Info infoCmd; in testInfo() local 630 QVERIFY(!infoCmd.name.isEmpty()); in testInfo() 631 QVERIFY(infoCmd.getDescriptionLine().contains(infoCmd.name)); in testInfo() 634 execCmd(infoCmd, {"db-info", m_dbFile->fileName()}); in testInfo() 646 execCmd(infoCmd, {"db-info", "-q", m_dbFile->fileName()}); in testInfo()
|
/dports/lang/itcl4/itcl4.2.2/generic/ |
H A D | itclBuiltin.c | 329 Tcl_Command infoCmd; in Itcl_BiInit() local 370 infoCmd = Tcl_FindCommand(interp, "info", NULL, TCL_GLOBAL_ONLY); in Itcl_BiInit() 371 if (infoCmd != NULL && Tcl_IsEnsemble(infoCmd)) { in Itcl_BiInit() 372 Tcl_GetEnsembleMappingDict(NULL, infoCmd, &mapDict); in Itcl_BiInit() 382 Tcl_SetEnsembleMappingDict(interp, infoCmd, mapDict); in Itcl_BiInit()
|
H A D | itclInfo.c | 394 Tcl_GetCommandInfoFromToken(infoPtr->infoCmd, &info); in ItclInfoGuts() 409 if (!infoPtr->infoCmd) { in NRInfoWrap() 430 Tcl_GetCommandInfoFromToken(infoPtr->infoCmd, &info); in NRInfoWrap() 451 infoPtr->infoCmd = NULL; in InfoCmdDelete() 475 if (infoPtr->infoCmd) { in ItclInfoInit() 480 infoPtr->infoCmd = token; in ItclInfoInit()
|
H A D | itclInt.h | 211 Tcl_Command infoCmd; member
|
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/generic/ |
H A D | itclBuiltin.c | 329 Tcl_Command infoCmd; in Itcl_BiInit() local 370 infoCmd = Tcl_FindCommand(interp, "info", NULL, TCL_GLOBAL_ONLY); in Itcl_BiInit() 371 if (infoCmd != NULL && Tcl_IsEnsemble(infoCmd)) { in Itcl_BiInit() 372 Tcl_GetEnsembleMappingDict(NULL, infoCmd, &mapDict); in Itcl_BiInit() 382 Tcl_SetEnsembleMappingDict(interp, infoCmd, mapDict); in Itcl_BiInit()
|
H A D | itclInfo.c | 394 Tcl_GetCommandInfoFromToken(infoPtr->infoCmd, &info); in ItclInfoGuts() 409 if (!infoPtr->infoCmd) { in NRInfoWrap() 430 Tcl_GetCommandInfoFromToken(infoPtr->infoCmd, &info); in NRInfoWrap() 451 infoPtr->infoCmd = NULL; in InfoCmdDelete() 475 if (infoPtr->infoCmd) { in ItclInfoInit() 480 infoPtr->infoCmd = token; in ItclInfoInit()
|
H A D | itclInt.h | 211 Tcl_Command infoCmd; member
|
/dports/www/twiki/twiki/lib/TWiki/Store/ |
H A D | RcsWrap.pm | 303 ( $TWiki::cfg{RCS}{infoCmd},
|
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Store/Rcs/ |
H A D | RcsWrapHandler.pm | 356 $Foswiki::cfg{RCS}{infoCmd},
|
/dports/www/twiki/twiki/lib/ |
H A D | TWiki.spec | 1057 $TWiki::cfg{RCS}{infoCmd} =
|
/dports/audio/snack/snack2.2.10/generic/ |
H A D | jkSound.c | 589 infoCmd(Sound *s, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) in infoCmd() function 1459 infoCmd,
|