Home
last modified time | relevance | path

Searched refs:lastreserved (Results 1 – 5 of 5) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dgrammar.y155 if (!old_errorreported && (lastreserved!=NULL)) in yyerror()
157 Werror("last reserved name was `%s`",lastreserved); in yyerror()
348 lastreserved = currid = NULL;
H A Dipshell.h37 extern const char *lastreserved;
H A Dgrammar.cc219 if (!old_errorreported && (lastreserved!=NULL)) in yyerror()
221 Werror("last reserved name was `%s`",lastreserved); in yyerror()
2398 lastreserved = currid = NULL;
H A Dipshell.cc82 const char *lastreserved=NULL; variable
H A Diparith.cc9515 lastreserved=sArithBase.sCmds[i].name; in IsCmd()