Searched refs:report (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/tests/
H A Ddate.c104 report(char* comment, char* str, char* pat, char* rem, int flags) function
150 report(comment, str, pat, NiL, 0);
385 report("FAILED", s, ans, NiL, 0);
390 report("answer FAILED", e, NiL, NiL, 0);
395 report("FAILED", s, ans, NiL, 0);
403 report("subject FAILED", str, fmt, e, flags);
408 report("format FAILED", str, fmt, f, flags);
418 report("FAILED", str, fmt, tmp, flags);
/ast/src/cmd/INIT/
H A Dmamake.c298 report(int level, char* text, char* item, unsigned long stamp) function
386 report(3, "out of space [buffer]", NiL, (unsigned long)0);
418 report(3, "out of space [buffer resize]", NiL, (unsigned long)0);
453 report(3, "out of space [duplicate]", s, (unsigned long)0);
468 report(3, "out of space [dictionary]", NiL, (unsigned long)0);
542 report(3, "out of space [dictionary]", name, (unsigned long)0);
609 report(3, "out of space [rule]", name, (unsigned long)0);
628 report(3, "out of space [list]", r->name, (unsigned long)0);
657 report(3, "cannot stat", ".", (unsigned long)0);
664 report(
[all...]
H A Diffe.sh260 # report
277 report() # [-] [-0] [-1] status value success failure default function
3528 report $e $V "${note:-$run\ passed}" "${note:-$run} failed"
3677 report $? 1 "$v in default lib(s)" "$v not in default lib(s)"
3777 report $c 1 "$note is true" "$note is false"
3999 report - 1 - - "$w is not a reserved keyword" "default for reserved keyword $v"
4000 else report 0 1 "$w is a reserved keyword" -
4051 report $c 1 "$v() in default lib(s)" "$v() not in default lib(s)" "default for function $v()"
4056 report $? 1 "$v() in math lib" "$v() not in math lib" "default for function $v()"
4058 *) report
[all...]
/ast/src/cmd/re/
H A Dtestmatch.c139 H(" Field 5: optional comment appended to the report.\n");
280 report(char* comment, char* fun, char* re, char* s, char* msg, int flags, int unspecified, int expand) function
332 report(comment, NiL, re, s, NiL, 0, 0, expand);
509 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
526 report("failed: match was", NiL, re, s, NiL, flags, unspecified, expand);
534 report("failed: overran match array", NiL, re, s, NiL, flags, unspecified, expand);
1070 report("failed", fun, re, s, msg, nmatch, unspecified, expand);
1084 report("failed", fun, re, s, msg, nmatch, unspecified, expand);
1098 report("failed", fun, re, s, msg, nmatch, unspecified, expand);
1113 report("shoul
[all...]
H A Dtestregex.c287 T(" Field 5: optional comment appended to the report.\n");
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test) function
720 report(comment, NiL, re, s, len, NiL, 0, test);
906 report("callout failed", NiL, re, s, len, NiL, flags, test);
953 report("failed: match was", NiL, re, s, len, NiL, flags, test);
972 report("failed: match was", NiL, re, s, len, NiL, flags, test);
983 report("failed: overran match array", NiL, re, s, len, NiL, flags, test);
1159 report("failed", "regfree", re, NiL, -1, msg, flags, test);
1994 report("failed", fun, re, s, nstr, msg, flags, test);
2000 report("faile
[all...]
H A Dtestfmt.c81 H(" Field 4: optional comment appended to the report.\n");
160 report(char* comment, char* fun, char* re, char* msg, int expand) function
182 report(comment, NiL, re, s, expand);
539 report("failed: ", fun, re, msg, expand);
H A Dtestfnmatch.c124 H(" Field 5: optional comment appended to the report.\n");
251 report(char* comment, char* re, char* s, char* msg, int unspecified, int expand) function
295 report(comment, re, s, NiL, 0, expand);
897 report("failed: ", re, s, msg, unspecified, expand);
911 report("failed: ", re, s, msg, unspecified, expand);
H A Dtestglob.c151 H(" Field 5: optional comment appended to the report.\n");
325 report(char* comment, char* pat, char* msg, int flags, int unspecified) function
365 report(comment, pat, NiL, 0, 0);
1000 report("return failed: ", pat, msg, flags, unspecified);
1065 report("match failed: ", pat, msg, flags, unspecified);
/ast/src/lib/libtk/generic/
H A DtkTextDisp.c327 TkText *textPtr, int report));
329 TkText *textPtr, int report));
3689 * Tcl script to report them to the text's associated scrollbar.
3692 * If report is zero, then interp->result is filled in with
3696 * edge. If report is non-zero, then interp->result isn't modified
3697 * directly, but instead a script is evaluated in interp to report
3708 GetXView(interp, textPtr, report)
3709 Tcl_Interp *interp; /* If "report" is FALSE, string
3713 int report; /* Non-zero means report inf
[all...]

Completed in 43 milliseconds