Go to the source code of this file.
§ jjANY2LIST()
§ Tok2Cmdname()
const char* Tok2Cmdname |
( |
int |
tok | ) |
|
Definition at line 128 of file gentable.cc.
134 if (tok==
COMMAND)
return "command";
135 if (tok==
ANY_TYPE)
return "any_type";
136 if (tok==
NONE)
return "nothing";
143 if (tok==
IDHDL)
return "identifier";
150 while (
cmds[i].tokval!=0)
152 if ((
cmds[i].tokval == tok)&&(
cmds[i].alias==0))
159 while (
cmds[i].tokval!=0)
161 if (
cmds[i].tokval == tok)
169 sprintf(s,
"(%d)",tok);
const CanonicalForm int s
void * malloc(size_t size)