Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmain.c51 int printstats, syntaxerror, eofseen, ddebug, trace, nowarn, spprdflt; variable
785 if (nowarn) in flexend()
953 fullspd = long_align = nowarn = yymore_used = continued_action = in flexinit()
1208 nowarn = false; in flexinit()
1212 nowarn = true; in flexinit()
H A Dflexdef.h360 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
H A Dparse.y1059 if ( ! nowarn ) in line_warning()
/freebsd/usr.sbin/makefs/zfs/
H A Dzfs.h76 bool nowarn; member
/freebsd/usr.sbin/makefs/
H A Dzfs.c94 { '\0', "nowarn", &zfs->nowarn, OPT_BOOL, in zfs_prep_opts()
782 if (!zfs->nowarn) { in zfs_makefs()
/freebsd/contrib/libpcap/msdos/
H A Dmakefile42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c247 struct rtw89_fw_suit *fw_suit, bool nowarn) in rtw89_mfw_recognize() argument
277 if (!nowarn) in rtw89_mfw_recognize()
377 bool nowarn) in __rtw89_fw_recognize() argument
382 ret = rtw89_mfw_recognize(rtwdev, type, fw_suit, nowarn); in __rtw89_fw_recognize()
996 const char *fw_name, bool nowarn) in rtw89_load_firmware_req() argument
1007 if (nowarn) in rtw89_load_firmware_req()
/freebsd/usr.bin/lex/
H A Dinitparse.c636 if ( ! nowarn ) in line_warning()
H A Dinitscan.c2894 nowarn = ! option_sense; variable
/freebsd/contrib/flex/
H A DONEWS157 warn opposite of -w option (so use "%option nowarn" for -w)