Home
last modified time | relevance | path

Searched refs:nowarn (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/usr.bin/xlint/lint1/
Dmain1.c148 nowarn = 0; in main()
Derr.c415 if (nowarn) in vwarning()
Dexterns1.h225 extern int nowarn;
Dfunc.c140 int nowarn; variable
1261 nowarn = 1; in linted()
Ddecl.c2847 mknowarn = nowarn; in chkusage()
2848 nowarn = 0; in chkusage()
2853 nowarn = mknowarn; in chkusage()
Dscan.l1179 nowarn = 0; in clrwflgs()
/mirbsd/src/usr.bin/lex/
Dmain.c63 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
439 if ( nowarn )
599 fullspd = long_align = nowarn = yymore_used = continued_action = false;
808 nowarn = true;
Dflexdef.h395 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
Dparse.y896 if ( ! nowarn )
Dinitscan.c2005 nowarn = ! option_sense; variable
/mirbsd/src/gnu/usr.bin/perl/os2/
Dperl2cmd.pl9 $nowarn = 1, $dir = shift if $dir eq '-n';