Searched defs:operand (Results 1 - 3 of 3) 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;

Completed in 18 milliseconds