Home
last modified time | relevance | path

Searched refs:DOLLAREXPRESSION (Results 1 – 12 of 12) sorted by relevance

/dports/math/form/form-4.2.1/sources/
H A Dnormal.c115 if ( *fleft == DOLLAREXPRESSION || *fright == DOLLAREXPRESSION ) return(0); in Commute()
508 case DOLLAREXPRESSION : in Normalize()
659 if ( *t == DOLLAREXPRESSION ) { in Normalize()
826 else if ( *t == -DOLLAREXPRESSION ) { in Normalize()
1080 else if ( ( t[1] == FUNHEAD+2 ) && t[FUNHEAD] == -DOLLAREXPRESSION ) { in Normalize()
1154 else if ( ( t[1] == FUNHEAD+2 ) && t[FUNHEAD] == -DOLLAREXPRESSION ) { in Normalize()
1167 else if ( ( t[1] == FUNHEAD+2 ) && t[FUNHEAD] == -DOLLAREXPRESSION ) { in Normalize()
2948 if ( *t > 0 && ( t[2] & DIRTYSYMFLAG ) && *t != DOLLAREXPRESSION ) { in Normalize()
3061 && *t != REPLACEMENT && *t != DOLLAREXPRESSION in Normalize()
4397 else if ( *t == DOLLAREXPRESSION ) { in DetCommu()
[all …]
H A Dftypes.h341 #define DOLLAREXPRESSION 7 macro
H A Ddollar.c814 && t[FUNHEAD] == -DOLLAREXPRESSION ) { in TermAssign()
835 && m[FUNHEAD] == -DOLLAREXPRESSION ) { m += m[1]; } in TermAssign()
2669 if ( *arg == DOLLAREXPRESSION ) { in EvalDoLoopArg()
2765 while ( ( *h == DOLLAREXPRESSION || *h == DOLLAREXPR2 ) in TestDoLoop()
2769 while ( ( *h == DOLLAREXPRESSION || *h == DOLLAREXPR2 ) in TestDoLoop()
2843 while ( ( *h == DOLLAREXPRESSION || *h == DOLLAREXPR2 ) in TestEndDoLoop()
2847 while ( ( *h == DOLLAREXPRESSION || *h == DOLLAREXPR2 ) in TestEndDoLoop()
H A Dratio.c669 if ( *tf > 0 || *tf == -DOLLAREXPRESSION || *tf == -EXPRESSION ) { in GCDfunction()
827 if ( *arg2 == -DOLLAREXPRESSION ) break; in GCDfunction()
866 else if ( *arg1 == -DOLLAREXPRESSION ) { in GCDfunction()
974 else if ( *arg1 == -DOLLAREXPRESSION ) { in GCDfunction()
2815 if ( numargs == 2 && *r == -DOLLAREXPRESSION ) { numdol = r[1]; } in DIVfunction()
3033 if ( *arg == -DOLLAREXPRESSION ) { in ConvertArgument()
H A Dproces.c1261 if ( *ttt == -DOLLAREXPRESSION ) break; in TestSub()
1307 if ( t[1] == FUNHEAD+2 && t[FUNHEAD] == -DOLLAREXPRESSION ) { in TestSub()
1390 if ( *tf == -DOLLAREXPRESSION ) { in TestSub()
1502 ( t[FUNHEAD] == -EXPRESSION || t[FUNHEAD] == -DOLLAREXPRESSION ) ) { in TestSub()
1720 else if ( *t == -DOLLAREXPRESSION ) { in TestSub()
2118 else if ( *t == -DOLLAREXPRESSION ) { in InFunction()
3296 printscratch[0] = DOLLAREXPRESSION; in Generator()
3390 printscratch[0] = DOLLAREXPRESSION; in Generator()
H A Dcompiler.c1109 *t++ = -DOLLAREXPRESSION; *t++ = x2; in CodeGenerator()
1287 *t++ = -DOLLAREXPRESSION; *t++ = x2; break; in CodeGenerator()
1730 *t++ = DOLLAREXPRESSION; *t++ = SUBEXPSIZE; *t++ = x1; in CodeGenerator()
H A Dmessage.c422 if ( *AN.listinprint != DOLLAREXPRESSION ) { in MesPrint()
H A Dfactor.c56 && ( t[FUNHEAD] != -DOLLAREXPRESSION || t[1] != FUNHEAD+2 ) ) ) ) t += t[1]; in FactorIn()
H A Dsch.c1473 else if ( *t == -DOLLAREXPRESSION ) { in WriteArgument()
1660 case DOLLAREXPRESSION: in WriteSubTerm()
H A Dcompcomm.c1027 *(C->Pointer)++ = DOLLAREXPRESSION; in DoPrint()
6101 *(*wp)++ = DOLLAREXPRESSION; in GetDoParam()
H A Dreshuf.c1140 if ( *ttt == -DOLLAREXPRESSION ) break; in DoDistrib()
H A Dtools.c3830 case DOLLAREXPRESSION: in TestTerm()