Lines Matching refs:out

36 #include "out.h"
73 return (0); /* nope, ran out of rhs first */
89 out(O_DIE, "begins_with: unexpected lhs child");
91 out(O_DIE, "begins_with: unexpected lhs child");
102 out(O_DIE, "begins_with: unexpected rhs child");
104 out(O_DIE, "begins_with: unexpected rhs child");
149 out(O_DIE, "%s: unexpected type: %s",
242 out(O_ALTFP|O_VERB2|O_NONL, "eval_func:is_under(");
244 out(O_ALTFP|O_VERB2|O_NONL, ",");
246 out(O_ALTFP|O_VERB2|O_NONL, ") returned %d", (int)valuep->v);
277 out(O_ALTFP|O_VERB3, "%s: path ", funcname);
279 out(O_ALTFP|O_VERB3, " not found");
299 out(O_ALTFP|O_VERB3|O_NONL,
320 out(O_ALTFP|O_VERB3|O_NONL, " %s(\"", funcname);
322 out(O_ALTFP|O_VERB3|O_NONL,
525 out(O_ALTFP|O_VERB2|O_NONL, "(%s), \"%s\") ", path,
533 out(O_ALTFP|O_VERB2, "no path");
539 out(O_ALTFP|O_VERB2, "returned %lld", valuep->v);
603 out(O_ALTFP|O_VERB2, "ereport not yet seen - defer.");
607 out(O_ALTFP|O_VERB, "not found.");
618 out(O_ALTFP|O_VERB2,
622 out(O_ALTFP|O_VERB2, "found: %llu",
626 out(O_ALTFP|O_VERB2, "found: %llu", valuep->v);
629 out(O_ALTFP|O_VERB2, "found: \"%s\"",
633 out(O_ALTFP|O_VERB2, "found: undefined");
670 out(O_ALTFP|O_VERB2, " (cannot eval)");
677 out(O_ALTFP|O_VERB2, " (undefined)");
683 out(O_ALTFP|O_VERB2,
686 out(O_ALTFP|O_VERB2, " (\"%s\")",
744 out(O_ALTFP|O_VERB2, " (cannot eval)");
753 out(O_ALTFP|O_VERB2, " (undefined)");
790 out(O_ALTFP|O_VERB2, " (%llu)", serdvalp->v);
792 out(O_ALTFP|O_VERB2, " (\"%s\")",
808 out(O_ALTFP|O_VERB2, "ereport not yet seen - defer.");
813 out(O_ALTFP|O_VERB2, "not found.");
816 out(O_ALTFP|O_VERB2, "found.");
833 out(O_ALTFP|O_VERB2|O_NONL, ") ");
838 out(O_ALTFP|O_VERB2|O_NONL,
844 out(O_ALTFP|O_VERB2, "(undefined type)");
848 out(O_ALTFP|O_VERB2,
853 out(O_ALTFP|O_VERB2,
858 out(O_ALTFP|O_VERB2|O_NONL, "(");
861 out(O_ALTFP|O_VERB2, ") ");
875 out(O_ALTFP|O_VERB2, "ereport not yet seen - defer.");
878 out(O_ALTFP|O_VERB2, "not found.");
884 out(O_ALTFP|O_VERB2|O_NONL, "found %d values ", nvals);
914 out(O_ALTFP|O_VERB2, "match.");
916 out(O_ALTFP|O_VERB2, "no match.");
939 * we worked out that part of the expression was true or false during an
1300 out(O_ALTFP|O_VERB2, "convert lhs path to \"%s\"",
1311 out(O_ALTFP|O_VERB2, "convert rhs path to \"%s\"",
1373 * for try == 1: if any deferred items are encounted, bail out and return
1382 * - illegal arithmetic operation (argument out of range)
1445 out(O_ALTFP|O_VERB2,
1449 out(O_ALTFP|O_VERB2,
1698 out(O_ALTFP|O_DIE, "eval_expr: wrong context for operation %s",
1826 "eval_expr: T_SUB result is out of range");