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