Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c814 JIM_EXPORT int Jim_CreateCommand (Jim_Interp *interp,
3437 Jim_CreateCommand(interp, buf, JimAioSubCmdProc, af, JimAioDelProc); in JimMakeChannel()
3520 Jim_CreateCommand(interp, "load_ssl_certs", JimAioLoadSSLCertsCommand, NULL, NULL); in Jim_aioInit()
3523 Jim_CreateCommand(interp, "open", JimAioOpenCommand, NULL, NULL); in Jim_aioInit()
3525 Jim_CreateCommand(interp, "socket", JimAioSockCommand, NULL, NULL); in Jim_aioInit()
3528 Jim_CreateCommand(interp, "pipe", JimAioPipeCommand, NULL, NULL); in Jim_aioInit()
3597 Jim_CreateCommand(interp, "readdir", Jim_ReaddirCmd, NULL, NULL); in Jim_readdirInit()
4154 Jim_CreateCommand(interp, "regexp", Jim_RegexpCmd, NULL, NULL); in Jim_regexpInit()
4155 Jim_CreateCommand(interp, "regsub", Jim_RegsubCmd, NULL, NULL); in Jim_regexpInit()
5193 Jim_CreateCommand(interp, "file", Jim_SubCmdProc, (void *)file_command_table, NULL); in Jim_fileInit()
[all …]