Searched defs:operand (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/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");
/ast/src/lib/libpp/
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";
/ast/src/lib/libexpr/
H A Dexpr.h162 Exnode_t* left; /* left operand */
163 Exnode_t* right; /* right operand */
165 } operand; /* operands */ member in union:Exdata_u
191 Exshort_t binary; /* data.operand.{left,right} ok */
/ast/src/lib/libjcl/
H A Dparse.c283 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%s: invalid control-m numeric operand", b);
292 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: left operand not expected", f, p); \
306 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: left operand expected", f); \
362 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
377 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
389 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
401 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
452 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
462 (*jcl->disc->errorf)(NiL, jcl->disc, 1, "%%%%%s: %s: invalid control-m date operand", f, t);
1609 * return the next IF expression operand valu
1613 operand(Jcl_t* jcl, register char* s, char** e) function
[all...]
/ast/src/lib/libast/port/
H A Dastconf.c1374 nativeconf(Proc_t** pp, const char* operand) argument
1382 error(-6, "astconf defer %s %s", _pth_getconf, operand);
1385 cmd[1] = (char*)operand;
/ast/src/cmd/sortlib/sync/
H A Dss.c918 * return the next expression operand
922 operand(Ss_t* ss, Ssexpr_t* lp) function
1085 (*ss->disc->errorf)(NiL, ss->disc, 2, "%s: operand expected", s);
1106 if (!(xp = operand(ss, NiL)))
1185 (*ss->disc->errorf)(NiL, ss->disc, 2, "expression operand expected");
1192 (*ss->disc->errorf)(NiL, ss->disc, 2, "data operand expected");
1195 else if (!(rp = operand(ss, lp)))
1200 (*ss->disc->errorf)(NiL, ss->disc, 2, "data operand expected");
1219 * set default operand types
/ast/src/cmd/html/
H A Dtroff2html.c317 * return the next expression operand
321 operand(register char* s, char** e, int scale) function
501 n = operand(s, &s, scale);
515 n += operand(s, &s, scale);
518 n -= operand(s, &s, scale);
521 if (m = operand(s, &s, scale))
527 n *= operand(s, &s, scale);
530 if (m = operand(s, &s, scale))
538 m = operand(s + 1, &s, scale);
543 n = n <= operand(
[all...]

Completed in 32 milliseconds