Home
last modified time | relevance | path

Searched refs:opt_from_file (Results 1 – 2 of 2) sorted by relevance

/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddecl.h1026 boolean opt_from_file; member
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Doptions.c330 g.opt_from_file = tfrom_file; in parseoptions()
333 if (!parseoptions(op, g.opt_initial, g.opt_from_file)) in parseoptions()
1248 if (!parse_status_hl1(op, g.opt_from_file)) in optfn_hilite_status()
3011 if (!g.opt_from_file) in optfn_statushilites()
5259 if (g.opt_initial && g.opt_from_file) in duplicate_opt_detection()