Searched refs:ignored (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/re/
H A Dtestregex.c180 T(" silently ignored.\n");
259 T(" :comment:test :comment: ignored\n");
557 int ignored; member in struct:__anon216
967 state.ignored++;
1354 testno = state.errors = state.ignored = state.lineno = state.passed =
2101 state.ignored++;
2267 printf("tests=%-4d errors=%-4d warnings=%-2d ignored=%-2d unspecified=%-2d signals=%d\n", testno, state.errors, state.warnings, state.ignored, state.unspecified, state.signals);
2274 if (state.ignored)
2275 printf(", %d ignored mismatch
[all...]
/ast/src/cmd/ksh93/tests/
H A Dquoting.sh341 [[ $foo == "$copy1" ]] || err_exit '$"..." not being ignored inside ``'
/ast/src/cmd/mam/
H A Dmamexec.sh115 (set -e; false || true) && _set_=e || echo $_command_: command errors ignored because of shell botch >&2
/ast/src/cmd/tw/
H A Dfind.c278 " is ignored.",
307 " the search and the expression, but all depth options are ignored."
1814 error(1, "-sort ignored for -fast");
H A Dexpr.c704 goto ignored;
762 ignored:
764 error(1, "%s: `%s' ignored in conversion", xref->name, s);
766 error(1, "`%s' ignored in conversion", s);
/ast/src/cmd/mailx/
H A Dmisc.c586 * See if the given header field is supposed to be ignored.
589 ignored(Dt_t** ignore, const char* field) function
H A Dmailx.h967 extern int ignored(Dt_t**, const char*);
H A Dsend.c181 * If ignore is given, suppress ignored header fields.
246 if (!ignore || !ignored(ignore, "status"))
/ast/src/cmd/nmake/
H A DMakerules.mk2775 error 1 :NOOPTIMIZE: ignored for suffix $(T:S)
2789 error 1 :NOPROTECT: ignored for suffix $(T:S)
3583 error 1 :READONLY: ignored for suffix $(T:S)
4352 error 1 local include files may be ignored by the native C preprocessor
4914 error 1 $(LICENSECLASS): not a $(package.license.class) license -- ignored
H A Dexpand.c4575 error(1, "edit operator `%c' operand `%c' ignored", op, *ed);
H A Dparse.c1003 error(1, "%s: tokens after else ignored", t);
1036 error(1, "%s: tokens after end ignored", t);
1418 error(1, "read format ignored");
1792 error(2, "tokens after closing } ignored");

Completed in 66 milliseconds