Home
last modified time | relevance | path

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

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dexpr.c376 case X_NDIFF: in calcul()
782 case X_NDIFF: in evaluate()
1098 case X_NDIFF: in isboolean()
1126 sint = (type==X_NGT || type==X_NGTE || type==X_NDIFF) ; in isboolean()
1128 sint = (type==X_NLT || type==X_NLTE || type==X_NDIFF) ; in isboolean()
H A Ddefs.h133 #define X_NDIFF 115 macro
H A Dyaccsrc.y1723 case X_NDIFF:
1780 thisptr->type = X_NDIFF ;
1869 case X_NDIFF:
H A Dyaccsrc.c5795 case X_NDIFF: in gettypeof()
5852 thisptr->type = X_NDIFF ; in transform()
5941 case X_NDIFF: in is_const()
H A Derror.c1350 case X_NDIFF: symb="Not different operator" ; break ; in getsym()