Home
last modified time | relevance | path

Searched refs:boolopt (Results 1 – 25 of 83) sorted by relevance

1234

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dgetopt.c24 } *boolopt = (struct Bool_Opt *)0; variable
30 if (!boolopt) in get_option_bool()
31 boolopt = (struct Bool_Opt *)nh_option_get_boolopt(); in get_option_bool()
32 for(i = 0; boolopt[i].name; i++) in get_option_bool()
33 if (!strcmp(option, boolopt[i].name)) { in get_option_bool()
34 return boolopt[i].addr ? *(boolopt[i].addr) : FALSE; in get_option_bool()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DReportOptions.hs190 ,date2_ = boolopt "date2" rawopts'
191 ,empty_ = boolopt "empty" rawopts'
192 ,no_elide_ = boolopt "no-elide" rawopts'
193 ,real_ = boolopt "real" rawopts'
196 ,average_ = boolopt "average" rawopts'
197 ,related_ = boolopt "related" rawopts'
198 ,txn_dates_ = boolopt "txn-dates" rawopts'
202 ,row_total_ = boolopt "row-total" rawopts'
203 ,no_total_ = boolopt "no-total" rawopts'
205 ,percent_ = boolopt "percent" rawopts'
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Reports/
H A DReportOptions.hs190 ,date2_ = boolopt "date2" rawopts'
191 ,empty_ = boolopt "empty" rawopts'
192 ,no_elide_ = boolopt "no-elide" rawopts'
193 ,real_ = boolopt "real" rawopts'
196 ,average_ = boolopt "average" rawopts'
197 ,related_ = boolopt "related" rawopts'
198 ,txn_dates_ = boolopt "txn-dates" rawopts'
202 ,row_total_ = boolopt "row-total" rawopts'
203 ,no_total_ = boolopt "no-total" rawopts'
205 ,percent_ = boolopt "percent" rawopts'
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Reports/
H A DReportOptions.hs190 ,date2_ = boolopt "date2" rawopts'
191 ,empty_ = boolopt "empty" rawopts'
192 ,no_elide_ = boolopt "no-elide" rawopts'
193 ,real_ = boolopt "real" rawopts'
196 ,average_ = boolopt "average" rawopts'
197 ,related_ = boolopt "related" rawopts'
198 ,txn_dates_ = boolopt "txn-dates" rawopts'
202 ,row_total_ = boolopt "row-total" rawopts'
203 ,no_total_ = boolopt "no-total" rawopts'
205 ,percent_ = boolopt "percent" rawopts'
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Doptions.c31 } boolopt[] = { variable
454 for (i = 0; boolopt[i].name; i++) { in initoptions()
455 if (boolopt[i].addr) in initoptions()
456 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
1674 for (i = 0; boolopt[i].name; i++) {
1677 if (!boolopt[i].addr) {
1680 boolopt[i].name);
1685 rejectoption(boolopt[i].name);
1689 *(boolopt[i].addr) = !negated;
1998 boolopt[opt_indx].name); in doset()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Doptions.c31 } boolopt[] = { variable
454 for (i = 0; boolopt[i].name; i++) { in initoptions()
455 if (boolopt[i].addr) in initoptions()
456 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
1674 for (i = 0; boolopt[i].name; i++) {
1677 if (!boolopt[i].addr) {
1680 boolopt[i].name);
1685 rejectoption(boolopt[i].name);
1689 *(boolopt[i].addr) = !negated;
1998 boolopt[opt_indx].name); in doset()
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Doptions.c31 } boolopt[] = { variable
454 for (i = 0; boolopt[i].name; i++) { in initoptions()
455 if (boolopt[i].addr) in initoptions()
456 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
1674 for (i = 0; boolopt[i].name; i++) {
1677 if (!boolopt[i].addr) {
1680 boolopt[i].name);
1685 rejectoption(boolopt[i].name);
1689 *(boolopt[i].addr) = !negated;
1998 boolopt[opt_indx].name); in doset()
[all …]
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/Commands/
H A DHelp.hs66 | boolopt "info" $ rawopts_ opts = info function
67 | boolopt "man" $ rawopts_ opts = man function
68 | boolopt "pager" $ rawopts_ opts = pager function
69 | boolopt "cat" $ rawopts_ opts = cat function
H A DClose.hs55 case (boolopt "open" rawopts, boolopt "close" rawopts) of
81 explicit = boolopt "explicit" rawopts
84 normalise = case boolopt "show-costs" rawopts of
97 interleaved = boolopt "interleaved" rawopts
H A DImport.hs33 catchup = boolopt "catchup" rawopts
34 dryrun = boolopt "dry-run" rawopts
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/Commands/
H A DHelp.hs66 | boolopt "info" $ rawopts_ opts = info function
67 | boolopt "man" $ rawopts_ opts = man function
68 | boolopt "pager" $ rawopts_ opts = pager function
69 | boolopt "cat" $ rawopts_ opts = cat function
H A DClose.hs55 case (boolopt "open" rawopts, boolopt "close" rawopts) of
81 explicit = boolopt "explicit" rawopts
84 normalise = case boolopt "show-costs" rawopts of
97 interleaved = boolopt "interleaved" rawopts
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/Commands/
H A DHelp.hs66 | boolopt "info" $ rawopts_ opts = info function
67 | boolopt "man" $ rawopts_ opts = man function
68 | boolopt "pager" $ rawopts_ opts = pager function
69 | boolopt "cat" $ rawopts_ opts = cat function
H A DClose.hs55 case (boolopt "open" rawopts, boolopt "close" rawopts) of
81 explicit = boolopt "explicit" rawopts
84 normalise = case boolopt "show-costs" rawopts of
97 interleaved = boolopt "interleaved" rawopts
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Doptions.c45 } boolopt[] = { variable
603 if (boolopt[i].addr) in initoptions()
604 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
1383 *boolopt[i].addr = value;
1418 *boolopt[i].addr = value;
2761 if (!boolopt[i].addr) {
2764 boolopt[i].name);
2773 *(boolopt[i].addr) = !negated;
3139 boolopt[opt_indx].name); in doset()
4062 if (boolopt[i].addr) { in option_help()
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Doptions.c41 } boolopt[] = { variable
502 for (i = 0; boolopt[i].name; i++) { in initoptions()
503 if (boolopt[i].addr) in initoptions()
504 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
905 for (k = 0; k < SIZE(boolopt); ++k)
2136 if (!boolopt[i].addr) {
2139 boolopt[i].name);
2148 *(boolopt[i].addr) = !negated;
2497 boolopt[opt_indx].name); in doset()
3307 if (boolopt[i].addr) { in option_help()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Doptions.c41 } boolopt[] = { variable
502 for (i = 0; boolopt[i].name; i++) { in initoptions()
503 if (boolopt[i].addr) in initoptions()
504 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
905 for (k = 0; k < SIZE(boolopt); ++k)
2136 if (!boolopt[i].addr) {
2139 boolopt[i].name);
2148 *(boolopt[i].addr) = !negated;
2497 boolopt[opt_indx].name); in doset()
3307 if (boolopt[i].addr) { in option_help()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Doptions.c41 } boolopt[] = { variable
510 for (i = 0; boolopt[i].name; i++) { in initoptions()
511 if (boolopt[i].addr) in initoptions()
512 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
913 for (k = 0; k < SIZE(boolopt); ++k)
2157 if (!boolopt[i].addr) {
2160 boolopt[i].name);
2169 *(boolopt[i].addr) = !negated;
2518 boolopt[opt_indx].name); in doset()
3332 if (boolopt[i].addr) { in option_help()
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Doptions.c46 } boolopt[] = { variable
647 if (boolopt[i].addr) in initoptions()
648 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
1685 *boolopt[i].addr = value;
1720 *boolopt[i].addr = value;
3128 if (!boolopt[i].addr) {
3131 boolopt[i].name);
3140 *(boolopt[i].addr) = !negated;
3542 boolopt[opt_indx].name); in doset()
4509 if (boolopt[i].addr) { in option_help()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Doptions.c47 } boolopt[] = { variable
274 return (genericptr_t)boolopt; in nh_option_get_boolopt()
607 for (i = 0; boolopt[i].name; i++) { in initoptions()
608 if (boolopt[i].addr) in initoptions()
609 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions()
2501 if (!boolopt[i].addr) {
2504 boolopt[i].name);
2513 *(boolopt[i].addr) = !negated;
3041 boolopt[opt_indx].name); in doset()
3882 if (boolopt[i].addr) { in option_help()
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DRawOptions.hs15 boolopt,
54 boolopt :: String -> RawOpts -> Bool
55 boolopt = inRawOpts function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Data/
H A DRawOptions.hs15 boolopt,
54 boolopt :: String -> RawOpts -> Bool
55 boolopt = inRawOpts function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Data/
H A DRawOptions.hs15 boolopt,
54 boolopt :: String -> RawOpts -> Bool
55 boolopt = inRawOpts function
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c61 } boolopt[] = { variable
709 for (i = 0; boolopt[i].name; i++) { in initoptions_init()
710 if (boolopt[i].addr) in initoptions_init()
711 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions_init()
1233 for (k = 0; k < SIZE(boolopt); ++k)
4032 for (i = 0; boolopt[i].name; i++) {
4035 if (!boolopt[i].addr) {
6264 for (i = 0; boolopt[i].name; i++) { in option_help()
6265 if (boolopt[i].addr) { in option_help()
6654 for (k = 0; boolopt[k].name; k++) {
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Doptions.c61 } boolopt[] = { variable
709 for (i = 0; boolopt[i].name; i++) { in initoptions_init()
710 if (boolopt[i].addr) in initoptions_init()
711 *(boolopt[i].addr) = boolopt[i].initvalue; in initoptions_init()
1233 for (k = 0; k < SIZE(boolopt); ++k)
4032 for (i = 0; boolopt[i].name; i++) {
4035 if (!boolopt[i].addr) {
6264 for (i = 0; boolopt[i].name; i++) { in option_help()
6265 if (boolopt[i].addr) { in option_help()
6654 for (k = 0; boolopt[k].name; k++) {
[all …]

1234