Home | History | Annotate | Download | only in autosetup

Lines Matching defs:Jim_CreateCommand

630                   via Jim_CreateCommand(). */
814 JIM_EXPORT int Jim_CreateCommand (Jim_Interp *interp,
3437 Jim_CreateCommand(interp, buf, JimAioSubCmdProc, af, JimAioDelProc);
3520 Jim_CreateCommand(interp, "load_ssl_certs", JimAioLoadSSLCertsCommand, NULL, NULL);
3523 Jim_CreateCommand(interp, "open", JimAioOpenCommand, NULL, NULL);
3525 Jim_CreateCommand(interp, "socket", JimAioSockCommand, NULL, NULL);
3528 Jim_CreateCommand(interp, "pipe", JimAioPipeCommand, NULL, NULL);
3597 Jim_CreateCommand(interp, "readdir", Jim_ReaddirCmd, NULL, NULL);
4154 Jim_CreateCommand(interp, "regexp", Jim_RegexpCmd, NULL, NULL);
4155 Jim_CreateCommand(interp, "regsub", Jim_RegsubCmd, NULL, NULL);
5193 Jim_CreateCommand(interp, "file", Jim_SubCmdProc, (void *)file_command_table, NULL);
5194 Jim_CreateCommand(interp, "pwd", Jim_PwdCmd, NULL, NULL);
5195 Jim_CreateCommand(interp, "cd", Jim_CdCmd, NULL, NULL);
5252 Jim_CreateCommand(interp, "exec", Jim_ExecCmd, NULL, NULL);
6173 Jim_CreateCommand(interp, "exec", Jim_ExecCmd, waitinfo, JimFreeWaitInfoTable);
6175 Jim_CreateCommand(interp, "wait", Jim_WaitCommand, waitinfo, JimFreeWaitInfoTable);
6176 Jim_CreateCommand(interp, "pid", Jim_PidCommand, 0, 0);
6603 Jim_CreateCommand(interp, "clock", Jim_SubCmdProc, (void *)clock_command_table, NULL);
6823 Jim_CreateCommand(interp, "array", Jim_SubCmdProc, (void *)array_command_table, NULL);
10344 int Jim_CreateCommand(Jim_Interp *interp, const char *cmdNameStr,
21279 Jim_CreateCommand(interp,