OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nowarn
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/config/
gram.y
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
); }
[
all
...]
sem.c
1120
delconf(const char *name, int
nowarn
)
1126
if (!
nowarn
)
1347
deldevi(const char *name, const char *at, int
nowarn
)
1356
if (!
nowarn
) {
1363
if (!
nowarn
)
1558
deldeva(const char *at, int
nowarn
)
1655
deldev(const char *name, int
nowarn
)
1671
if (!
nowarn
)
1831
delpseudo(const char *name, int
nowarn
)
1838
if (!
nowarn
)
[
all
...]
main.c
1191
deloption(const char *name, int
nowarn
)
1195
if (undo_option(opttab, &options, &nextopt, name, "options",
nowarn
))
1197
if (undo_option(selecttab, NULL, NULL, strtolower(name), "options",
nowarn
))
1240
delfsoption(const char *name, int
nowarn
)
1246
if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system",
nowarn
))
1248
if (undo_option(selecttab, NULL, NULL, n, "file-system",
nowarn
))
1264
delmkoption(const char *name, int
nowarn
)
1269
"makeoptions",
nowarn
);
1376
struct nvlist ***next, const char *name, const char *type, int
nowarn
)
1384
if (!handling_cmdlineopts && !
nowarn
)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 27 02:09:54 GMT 2025