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.h77 bool nowarn; /* ignored */ member
/freebsd/contrib/libpcap/msdos/
H A Dmakefile42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c469 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 Dzfs.c96 { '\0', "nowarn", &zfs->nowarn, OPT_BOOL, in zfs_prep_opts()
/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)