Searched refs:bindInfo (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tksh/
H A DtkMain.c504 Tcl_CmdInfo bindInfo;
505 if (Tcl_GetCommandInfo(interp, "bind", & bindInfo))
507 bindInfo.proc = Tksh_BindCmd;
508 /* Tcl_SetCommandInfo(interp, "bind", &bindInfo); */
509 Tcl_CreateCommand(interp, "bind", bindInfo.proc,
510 bindInfo.clientData, bindInfo.deleteProc);
501 Tcl_CmdInfo bindInfo; local

Completed in 10 milliseconds