Searched refs:operand (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dstrexpr.c82 int operand = 1; local
106 operand = 0;
126 if (operand) error(ex, "operator expected");
127 operand = 1;
253 if (!operand) error(ex, "operand expected");
257 if (!operand) error(ex, "operand expected");
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c279 register int operand = 1; local
305 operand = 0;
332 if (operand)
337 operand = 1;
568 if (!operand) goto nooperand;
572 if (!operand)
575 if (!errmsg && !(pp.mode & INACTIVE)) errmsg = "operand expected";
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c1314 nativeconf(Proc_t** pp, const char* operand) argument
1322 error(-2, "astconf defer %s %s", _pth_getconf, operand);
1325 cmd[1] = (char*)operand;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2014 The second operand will be not be 0, so no need to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm4033 nonzero) always has the same sign as the second operand; so, for
4184 operand, and the operation of that is called and returns thus the result. So,

Completed in 50 milliseconds