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