Searched refs:nowarn (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | main.c | 51 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 D | flexdef.h | 360 extern int printstats, syntaxerror, eofseen, ddebug, trace, nowarn,
|
H A D | parse.y | 1059 if ( ! nowarn ) in line_warning()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | zfs.h | 77 bool nowarn; /* ignored */ member
|
/freebsd/contrib/libpcap/msdos/ |
H A D | makefile | 42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 469 struct rtw89_fw_suit *fw_suit, bool nowarn) in rtw89_fw_iterate_feature_cfg() 511 if (!nowarn) in rtw89_early_fw_feature_recognize() 611 bool nowarn) in rtw89_build_phy_tbl_from_elm() 616 ret = rtw89_mfw_recognize(rtwdev, type, fw_suit, nowarn); in rtw89_build_phy_tbl_from_elm() 1548 const char *fw_name, bool nowarn) in rtw89_fw_h2c_general_pkt() 1559 if (nowarn) in rtw89_fw_h2c_general_pkt() 247 rtw89_mfw_recognize(struct rtw89_dev * rtwdev,enum rtw89_fw_type type,struct rtw89_fw_suit * fw_suit,bool nowarn) rtw89_mfw_recognize() argument 377 __rtw89_fw_recognize(struct rtw89_dev * rtwdev,enum rtw89_fw_type type,bool nowarn) __rtw89_fw_recognize() argument 996 rtw89_load_firmware_req(struct rtw89_dev * rtwdev,struct rtw89_fw_req_info * req,const char * fw_name,bool nowarn) rtw89_load_firmware_req() argument
|
/freebsd/usr.sbin/makefs/ |
H A D | zfs.c | 96 { '\0', "nowarn", &zfs->nowarn, OPT_BOOL, in zfs_prep_opts()
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 636 if ( ! nowarn ) in line_warning()
|
H A D | initscan.c | 2894 nowarn = ! option_sense; variable
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 157 warn opposite of -w option (so use "%option nowarn" for -w)
|