Jim_ReturnCode() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

Jim_ReturnCode() function

Syntax

const char *Jim_ReturnCode(int code);
Implemented in jim.c:8026

Arguments

code

References

LocationReferrerText
jim.c:8026
const char *Jim_ReturnCode(int code)
jimsh0.c:12407
const char *Jim_ReturnCode(int code)
jim.h:745
JIM_EXPORT const char *Jim_ReturnCode(int code);
jimsh0.c:745
JIM_EXPORT const char *Jim_ReturnCode(int code);
jim-interactive.c:216Jim_InteractivePrompt()
const char *retcodestr = Jim_ReturnCode(retcode);
jim.c:15512Jim_InfoCoreCommand()
name = Jim_ReturnCode(code);
jimsh0.c:18857Jim_InfoCoreCommand()
name = Jim_ReturnCode(code);
jimsh0.c:22316Jim_InteractivePrompt()
const char *retcodestr = Jim_ReturnCode(retcode);

Call Tree

Functions calling Jim_ReturnCode()
Jim_ReturnCode()
Data read by Jim_ReturnCode()
Jim_ReturnCode()