Searched defs:exp1 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c190 struct expr *exp1, struct expr *exp2, struct expr *exp3)
208 printf(" exp1 type: %s\n",
209 type_name[GETTYPE(exp1->op)]);
218 if (exp1)
219 freeexpr(exp1);
237 newitem->nodes[0] = exp1;
248 struct expr *exp_op, *exp1, *exp2, *exp3; local
260 exp1 = exp;
261 exp_op = stack_pop(stk, exp1, NULL);
267 *nexp = setop_reduce(UNARY, oop, stk, exp1, NUL
189 setop_reduce(unsigned int n, unsigned int op, struct stack *stk, struct expr *exp1, struct expr *exp2, struct expr *exp3) argument
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h187 KMF_BIGINT exp1; member in struct:__anon1856

Completed in 27 milliseconds