Home | History | Annotate | Download | only in config

Lines Matching refs:nowarn

63 static	int	nowarn;		/* if warning suppression is on */
763 no FILE_SYSTEM { nowarn = $1; } no_fs_list { nowarn = 0; }
771 no MAKEOPTIONS { nowarn = $1; } no_mkopt_list { nowarn = 0; }
779 no OPTIONS { nowarn = $1; } no_opt_list { nowarn = 0; }
856 WORD { delfsoption($1, nowarn); }
881 WORD { delmkoption($1, nowarn); }
904 WORD { deloption($1, nowarn); }