Go to the source code of this file.
◆ jjANY2LIST()
◆ Tok2Cmdname()
const char* Tok2Cmdname |
( |
int |
tok | ) |
|
Definition at line 140 of file gentable.cc.
146 if (tok==
COMMAND)
return "command";
147 if (tok==
ANY_TYPE)
return "any_type";
148 if (tok==
NONE)
return "nothing";
155 if (tok==
IDHDL)
return "identifier";
159 while (
cmds[i].tokval!=0)
161 if ((
cmds[i].tokval == tok)&&(
cmds[i].alias==0))
168 while (
cmds[i].tokval!=0)
170 if (
cmds[i].tokval == tok)
178 sprintf(s,
"(%d)",tok);
const CanonicalForm int s
void * malloc(size_t size)