Home
last modified time | relevance | path

Searched refs:boolopt (Results 26 – 50 of 83) sorted by relevance

1234

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-1.19.1/Hledger/Cli/Commands/
H A DImport.hs33 catchup = boolopt "catchup" rawopts
34 dryrun = boolopt "dry-run" rawopts
H A DTags.hs36 values = boolopt "values" rawopts
37 parsed = boolopt "parsed" rawopts
H A DAccounts.hs56 declared = boolopt "declared" rawopts
57 used = boolopt "used" rawopts
H A DCheckdates.hs30 let strict = boolopt "strict" rawopts
H A DPrices.hs42 ifBoolOpt opt | boolopt opt $ rawopts_ opts = id
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-1.19/Hledger/Cli/Commands/
H A DImport.hs33 catchup = boolopt "catchup" rawopts
34 dryrun = boolopt "dry-run" rawopts
H A DTags.hs36 values = boolopt "values" rawopts
37 parsed = boolopt "parsed" rawopts
H A DAccounts.hs56 declared = boolopt "declared" rawopts
57 used = boolopt "used" rawopts
H A DCheckdates.hs30 let strict = boolopt "strict" rawopts
/dports/finance/hs-hledger/hledger-1.19/Hledger/Cli/Commands/
H A DTags.hs36 values = boolopt "values" rawopts
37 parsed = boolopt "parsed" rawopts
H A DAccounts.hs56 declared = boolopt "declared" rawopts
57 used = boolopt "used" rawopts
H A DCheckdates.hs30 let strict = boolopt "strict" rawopts
H A DPrices.hs42 ifBoolOpt opt | boolopt opt $ rawopts_ opts = id
/dports/finance/hs-hledger-ui/hledger-ui-1.19/Hledger/UI/
H A DUIOptions.hs77 watch_ = boolopt "watch" rawopts
78 ,change_ = boolopt "change" rawopts
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Dwbgads.c309 for( i = 0; boolopt[ i ].name; ++i )
312 if( boolopt[ i ].addr == NULL )
317 len = TextLength( rp, (char *)boolopt[ i ].name,
318 strlen( (char *)boolopt[ i ].name ) );
345 if( *boolopt[ i ].addr == TRUE )
364 ip->IText = (char *)boolopt[ i ].name;
H A Dwb.c2593 for( i = 0; boolopt[ i ].name; ++i )
2595 if( boolopt[ i ].addr != NULL )
2596 *boolopt[ i ].addr = boolopt[ i ].initvalue;
3690 *boolopt[ gd->GadgetID - 1 ].addr = TRUE;
3815 for( i = 0; boolopt[i].name; ++i )
3817 if( boolopt[i].addr == 0 )
3819 if( *boolopt[ i ].addr != boolopt[ i ].initvalue )
3822 boolopt[i].name );
3929 for( i = 0; boolopt[ i ].name; ++i )
3935 if( boolopt[i].name && boolopt[i].addr )
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/
H A Dwbgads.c309 for( i = 0; boolopt[ i ].name; ++i )
312 if( boolopt[ i ].addr == NULL )
317 len = TextLength( rp, (char *)boolopt[ i ].name,
318 strlen( (char *)boolopt[ i ].name ) );
345 if( *boolopt[ i ].addr == TRUE )
364 ip->IText = (char *)boolopt[ i ].name;
H A Dwb.c2593 for( i = 0; boolopt[ i ].name; ++i )
2595 if( boolopt[ i ].addr != NULL )
2596 *boolopt[ i ].addr = boolopt[ i ].initvalue;
3690 *boolopt[ gd->GadgetID - 1 ].addr = TRUE;
3815 for( i = 0; boolopt[i].name; ++i )
3817 if( boolopt[i].addr == 0 )
3819 if( *boolopt[ i ].addr != boolopt[ i ].initvalue )
3822 boolopt[i].name );
3929 for( i = 0; boolopt[ i ].name; ++i )
3935 if( boolopt[i].name && boolopt[i].addr )
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/sys/amiga/
H A Dwbgads.c309 for( i = 0; boolopt[ i ].name; ++i )
312 if( boolopt[ i ].addr == NULL )
317 len = TextLength( rp, (char *)boolopt[ i ].name,
318 strlen( (char *)boolopt[ i ].name ) );
345 if( *boolopt[ i ].addr == TRUE )
364 ip->IText = (char *)boolopt[ i ].name;
H A Dwb.c2593 for( i = 0; boolopt[ i ].name; ++i )
2595 if( boolopt[ i ].addr != NULL )
2596 *boolopt[ i ].addr = boolopt[ i ].initvalue;
3690 *boolopt[ gd->GadgetID - 1 ].addr = TRUE;
3815 for( i = 0; boolopt[i].name; ++i )
3817 if( boolopt[i].addr == 0 )
3819 if( *boolopt[ i ].addr != boolopt[ i ].initvalue )
3822 boolopt[i].name );
3929 for( i = 0; boolopt[ i ].name; ++i )
3935 if( boolopt[i].name && boolopt[i].addr )
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dopts.cpp548 else if (opt.boolopt) in load_opts()
550 cfg->Read(opt.opt, opt.boolopt, *opt.boolopt); in load_opts()
551 opt.curbool = *opt.boolopt; in load_opts()
694 else if (opt.boolopt) in update_opts()
696 if (*opt.boolopt != opt.curbool) in update_opts()
697 cfg->Write(opt.opt, (opt.curbool = *opt.boolopt)); in update_opts()
816 else if (opt->boolopt) in opt_set()
822 *opt->boolopt = *val == wxT('1'); in opt_set()
H A Dopts.h96 bool* boolopt; member
/dports/finance/hs-hledger-web/hledger-web-1.19/Hledger/Web/
H A DWebOptions.hs145 Nothing -> boolopt "serve" rawopts
146 , serve_api_ = boolopt "serve-api" rawopts
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfoomatic-rip-hplip4437 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4445 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4463 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4481 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4499 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4517 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4535 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4553 $boolopt, $booloptfalseprefix, $booloptleft, $booloptequal,
4688 "${boolopt}${booloptleft}<switch>${booloptequal}" .
4750 print " Example: ${boolopt}${booloptleft}${name}" .
[all …]
/dports/math/ngraph/Ngraph-6.3.54-src/x11drive/
H A Dgra2prn.c35 int boolopt; variable
334 boolopt=TRUE; in main()

1234