Searched refs:nowarn (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmain1.c205 nowarn = 0;
207 printf("%s, %d: nowarn = 0\n", curr_pos.p_file, curr_pos.p_line);
H A Derr.c441 if (nowarn)
H A Dcgram.y88 curr_pos.p_line, __FILE__, __LINE__, nowarn);
89 onowarn = nowarn;
96 nowarn = onowarn;
98 curr_pos.p_line, __FILE__, __LINE__, nowarn);
105 #define SAVE() onowarn = nowarn
106 #define RESTORE() (void)(onowarn == -1 ? (clrwflgs(), 0) : (nowarn = onowarn))
H A Dexterns1.h231 extern int nowarn;
H A Dfunc.c131 int nowarn; variable
1241 printf("%s, %d: nowarn = 1\n", curr_pos.p_file, curr_pos.p_line);
1243 nowarn = 1;
H A Ddecl.c2753 mknowarn = nowarn;
2754 nowarn = 0;
2759 nowarn = mknowarn;
/freebsd-11-stable/contrib/flex/
H A Dmain.c52 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt;
770 if (nowarn)
940 fullspd = long_align = nowarn = yymore_used = continued_action =
1196 nowarn = false;
1200 nowarn = true;
1821 " -w, --nowarn do not generate warnings\n"
51 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
H A Dflexdef.h360 * nowarn - if true (-w), do not generate warnings
402 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
H A Dparse.y1064 if ( ! nowarn )
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.c631 if ( ! nowarn )
H A Dinitscan.c2925 nowarn = ! option_sense; variable

Completed in 201 milliseconds