Home
last modified time | relevance | path

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

/dports/math/mathomatic/mathomatic-ceb0861/
H A Ddiff.c540 int our_nlhs, our_nrhs; local
609 cp = parse_expr(lhs[our], &our_nlhs, cp, true);
610 if (cp == NULL || extra_characters(cp) || our_nlhs <= 0) {
620 if (!get_expr(lhs[our], &our_nlhs)) {
664 if ((n1 + our_nlhs - 1) > n_tokens)
667 n1 += our_nlhs - 1;
669 blt(&dest[k], lhs[our], our_nlhs * sizeof(token_type));
670 k += our_nlhs;
676 if ((n1 + our_nlhs + 7) > n_tokens)
694 blt(&dest[n1], lhs[our], our_nlhs * sizeof(token_type));
[all …]