Data Fields | |
char | kind |
int | nonexistent_code |
const char * | nonexistent_msg |
const char * | skipping_msg |
const char * | nota_msg |
const char * | drophint_msg |
Definition at line 192 of file tablecmds.c.
const char* dropmsgstrings::drophint_msg |
Definition at line 199 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
char dropmsgstrings::kind |
Definition at line 194 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent(), and DropErrorMsgWrongType().
Definition at line 195 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nonexistent_msg |
Definition at line 196 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().
const char* dropmsgstrings::nota_msg |
Definition at line 198 of file tablecmds.c.
Referenced by DropErrorMsgWrongType().
const char* dropmsgstrings::skipping_msg |
Definition at line 197 of file tablecmds.c.
Referenced by DropErrorMsgNonExistent().