Searched refs:warn (Results 1 - 16 of 16) sorted by relevance

/ast/src/lib/libast/uwin/
H A Derr.c101 extern void warn(const char* fmt, ...) function
/ast/src/lib/libcmd/
H A Dcksum.c89 "[w!:warn?Warn about invalid \b--check\b lines.]"
139 int warn; /* invalid check line warnings */ member in struct:State_s
192 if (state->warn && !sfeof(ip))
458 state.warn = 1;
509 state.warn = opt_info.num;
/ast/src/cmd/paxlib/calib/
H A Dcalib.c407 noted = !wfp || !pax->warn;
466 if (pax->warn)
514 if (pax->warn && *s == '{') /*'}'*/
688 if (pax->warn)
895 if (pax->warn)
/ast/src/lib/libpp/
H A Dppexpr.c153 predicate(int warn) argument
168 if (warn && peekchr() != '(') switch (index)
248 if (warn && !(pp.mode & HOSTED) && (sym = ppsymref(pp.symtab, pred)) && (sym->flags & SYM_PREDICATE))
/ast/src/cmd/ksh93/sh/
H A Dlex.c96 char warn; member in struct:lexdata
273 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
277 lp->lexd.warn=1;
635 if(lp->lexd.warn && (n=fcpeek(0))!=RPAREN && n!=' ' && n!='\t')
689 else if(mode==ST_NESTED && lp->lexd.warn &&
784 if(lp->lexd.warn)
791 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline && fcpeek(-2)!='$')
816 if(lp->lexd.warn && (mode!=ST_QUOTE || endchar(lp)!='`'))
834 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline)
892 if(lp->lexd.warn
[all...]
H A Darith.c490 if(warn)
/ast/src/cmd/pax/
H A Dpaxlib.h198 int warn; /* archive specific warnings */ member in struct:Pax_s
H A Dpax.c1274 state.warn = y;
/ast/src/cmd/html/
H A Dhtmlrefs.c107 "[w:warn?Produce a warning diagnostic for missing files.]"
200 int warn; member in struct:State_s
977 state->warn = opt_info.num;
1054 if (state->warn || (fp->flags & VERBOSE))
H A Dtroff2html.c69 " tradition, \btroff2html\b by default does not warn about unknown"
4603 ".warn", 0, 0, 0,0,0,0,
4718 nr(".warn", 0, 0, 1);
/ast/src/cmd/nmake/
H A Dmake.h823 unsigned char warn; /* enable source file warnings */ member in struct:State_s
H A Doption.c244 { "warn", OPT_warn, (char*)&state.warn, 0,
H A Dstate.c1078 * warn if difference not tolerable
1204 if (state.warn)
H A Drule.c197 if (state.warn)
H A Dobject.c641 if (state.warn)
/ast/src/cmd/INIT/
H A Dpackage.sh2848 then echo "$command: ${warn}$CC: must be a C compiler (not C++)" >&2
2850 echo "$command: ${warn}$CC: failed to compile and link $INITROOT/hello.c -- is it a C compiler?" >&2
5407 warn="$NM yacc bison"
5408 test="$must $warn"

Completed in 101 milliseconds