JIM_ENUM_ABBREV is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JIM_ENUM_ABBREV macro

Syntax

#define JIM_ENUM_ABBREV 2

References

LocationText
jim.h:154
#define JIM_ENUM_ABBREV 2 /* Jim_GetEnum() - Allow unambiguous abbreviation */
jimsh0.c:246
#define JIM_ENUM_ABBREV 2
jim-clock.c:51
if (Jim_GetEnum(interp, argv[i], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim-eventloop.c:652
else if (argc > 2 || Jim_GetEnum(interp, argv[1], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim-namespace.c:219
if (Jim_GetEnum(interp, argv[1], options, &option, "subcommand", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim-regexp.c:159
if (Jim_GetEnum(interp, argv[i], options, &option, "switch", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim-regexp.c:387
if (Jim_GetEnum(interp, argv[i], options, &option, "switch", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim-tclprefix.c:71
if (Jim_GetEnum(interp, argv[1], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK)
jim-tclprefix.c:85
int flags = JIM_ERRMSG | JIM_ENUM_ABBREV;
jim-tclprefix.c:96
if (Jim_GetEnum(interp, argv[i], matchoptions, &matchoption, "option", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK)
jim-tclprefix.c:100
flags &= ~JIM_ENUM_ABBREV;
jim.c:3001
if (Jim_GetEnum(interp, strClass, strclassnames, &strclass, "class", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim.c:13195
if (Jim_GetEnum(interp, argv[i], options, &option, NULL, JIM_ENUM_ABBREV | JIM_ERRMSG)
jim.c:14103
JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK)
jim.c:14151
JIM_ENUM_ABBREV) != JIM_OK) {
jim.c:14203
JIM_ENUM_ABBREV) != JIM_OK)) {
jim.c:14219
JIM_ENUM_ABBREV) != JIM_OK)) {
jim.c:15211
JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim.c:15277
if (Jim_GetEnum(interp, argv[1], commands, &cmd, "subcommand", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim.c:15556
if (Jim_GetEnum(interp, argv[1], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jim.c:16268
if (flags & JIM_ENUM_ABBREV) {
jimsh0.c:3043
if (Jim_GetEnum(interp, argv[i], options, &option, "switch", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:3265
if (Jim_GetEnum(interp, argv[i], options, &option, "switch", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:5637
if (Jim_GetEnum(interp, argv[i], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:8691
if (Jim_GetEnum(interp, strClass, strclassnames, &strclass, "class", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:17041
if (Jim_GetEnum(interp, argv[i], options, &option, NULL, JIM_ENUM_ABBREV | JIM_ERRMSG)
jimsh0.c:17702
JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK)
jimsh0.c:17750
JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:17795
JIM_ENUM_ABBREV) != JIM_OK)) {
jimsh0.c:17811
JIM_ENUM_ABBREV) != JIM_OK)) {
jimsh0.c:18565
JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:18622
if (Jim_GetEnum(interp, argv[1], commands, &cmd, "subcommand", JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:18901
if (Jim_GetEnum(interp, argv[1], options, &option, NULL, JIM_ERRMSG | JIM_ENUM_ABBREV) != JIM_OK) {
jimsh0.c:19582
if (flags & JIM_ENUM_ABBREV) {