Lines Matching defs:report
260 # report
277 report() # [-] [-0] [-1] status value success failure default
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 1 1 - "$v() not in default lib(s)" "default for function $v()"
4080 mth) report $intrinsic 1 "$v() in math lib" "$v() not in math lib" "default for function $v()" ;;
4081 *) report $intrinsic 1 "$v() in default lib(s)" "$v() not in default lib(s)" "default for function $v()" ;;
4098 report $? 1 "$v is a macro" "$v is not a macro" "default for macro $v"
4133 report $? 1 "$v is a member of $p" "$i"
4180 report $c 1 "$p is a non-opaque struct" "$i"
4207 report -$config $? 1 "$v() needs a prototype" "$v() does not need a prototype"
4222 report $? 1 "$v is a numeric constant" "$v is not a numeric constant"
4268 report $c 1 "$a is set in \$PACKAGE_OPTIONS" "$a is not set in \$PACKAGE_OPTIONS"
4330 report $c "$f" "${note:-$a path}" "$a path not found"
4429 report $c "$z" "sizeof($x$v)" "$x$v not a type with known size"
4510 report $? 1 "$x$v is a type" "$x$v is not a type" "default for type $x$v"