| H A D | lemon.c | 70 # define assert(X) if(!(X))myassert(__FILE__,__LINE__) argument 72 # define assert(X) argument 136 #define SetFind(X,Y) (X[Y]) /* True if Y is in set X */ argument 302 #define MemoryCheck(X) if((X)==0){ \ argument 447 #define acttab_size(X) ((X)->nAction) argument 450 #define acttab_yyaction(X,N) ((X)->aAction[N].action) argument 453 #define acttab_yylookahead(X,N) ((X)->aAction[N].lookahead) argument 1605 #define ISOPT(X) ((X)[0]=='-'||(X)[0]=='+'||strchr((X),'=')!=0) argument
|