Lines Matching defs:try

120     struct config *croot, struct arrow *arrowp, int try, int *dupedp)
133 if (eval_expr(np, ex, events, globals, croot, arrowp, try,
151 if (try) {
153 arrowp, try, &val) && val.t == NODEPTR)
167 int try, struct evalue *valuep)
176 arrowp, try, &lval))
179 arrowp, try, &rval))
195 arrowp, try, valuep))
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep)
230 croot, arrowp, try, &duped_lhs);
232 globals, croot, arrowp, try, &duped_rhs);
260 globals, croot, arrowp, try, &duped);
341 croot, arrowp, try, &duped_lhs);
343 globals, croot, arrowp, try, &duped_rhs);
411 croot, arrowp, try, &duped);
449 croot, arrowp, try, &duped);
486 croot, arrowp, try, &duped);
513 globals, croot, arrowp, try, &duped);
551 if (try) {
553 croot, arrowp, try, &val) && val.t == NODEPTR)
576 if (try)
669 arrowp, try, payloadvalp)) {
702 arrowp, try, valuep);
738 if (!eval_expr(np, ex, events, globals, croot, arrowp, try,
837 arrowp, try, &cmpval)) {
1371 * the meaning of the return value depends on the input value of try.
1373 * for try == 1: if any deferred items are encounted, bail out and return
1377 * for try == 0: return true if all operations were performed successfully.
1387 int try, struct evalue *valuep)
1403 if (try)
1420 if (try)
1424 * first evaluate rhs, then try to store value in lhs which
1428 arrowp, try, &rval))
1474 if (try == 0 &&
1479 croot, arrowp, try, &rval))
1496 arrowp, try, &lval))
1499 arrowp, try, &rval))
1515 arrowp, try, &lval))
1518 arrowp, try, &rval))
1529 arrowp, try, &lval))
1532 arrowp, try, &rval))
1543 arrowp, try, &lval))
1546 arrowp, try, &rval))
1557 arrowp, try, &lval))
1560 arrowp, try, &rval))
1571 arrowp, try, &lval))
1574 arrowp, try, &rval))
1585 arrowp, try, &lval))
1588 arrowp, try, &rval))
1599 arrowp, try, &lval))
1602 arrowp, try, &rval))
1613 arrowp, try, &lval))
1625 arrowp, try, &lval))
1628 arrowp, try, &rval))
1639 arrowp, try, &lval))
1642 arrowp, try, &rval))
1665 arrowp, try, &lval))
1688 arrowp, try, valuep))
1704 arrowp, try, &lval))
1707 arrowp, try, &rval))
1724 arrowp, try, valuep)) {
1729 if (!try) {
1734 croot, arrowp, try, valuep)) {
1748 arrowp, try, valuep)) {
1758 arrowp, try, valuep)) {
1763 if (!try) {
1768 croot, arrowp, try, valuep)) {
1783 arrowp, try, valuep)) {
1793 arrowp, try, valuep))
1801 arrowp, try, &lval))
1804 arrowp, try, &rval))
1815 arrowp, try, &lval))
1818 arrowp, try, &rval))
1835 arrowp, try, &lval))
1838 arrowp, try, &rval))
1849 arrowp, try, &lval))
1852 arrowp, try, &rval))
1869 arrowp, try, &lval))
1872 arrowp, try, &rval))
1888 if (try) {
1960 globals, croot, arrowp, try, valuep));