Searched defs:warn (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/uwin/
H A Derr.c101 extern void warn(const char* fmt, ...) function
/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/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/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))
/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...]
/ast/src/cmd/pax/
H A Dpaxlib.h198 int warn; /* archive specific warnings */ member in struct:Pax_s
/ast/src/cmd/nmake/
H A Dmake.h823 unsigned char warn; /* enable source file warnings */ member in struct:State_s

Completed in 29 milliseconds