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