Home
last modified time | relevance | path

Searched refs:foundb (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/cweb2html/
H A Dhtcweb.perl901 local($founda,$foundb) = (0,0);
920 $foundb++;
924 $foundb = -f $fileb unless $foundb; #is it global?
925 unless ($foundb) {
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/cweb2html/
H A Dhtcweb.perl901 local($founda,$foundb) = (0,0);
920 $foundb++;
924 $foundb = -f $fileb unless $foundb; #is it global?
925 unless ($foundb) {
/dports/textproc/latex2html/latex2html-2016/cweb2html/
H A Dhtcweb.perl901 local($founda,$foundb) = (0,0);
920 $foundb++;
924 $foundb = -f $fileb unless $foundb; #is it global?
925 unless ($foundb) {
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go118 _, foundb := tbl.dict[LTrue]
119 errorIfNotEqual(t, false, foundb)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go118 _, foundb := tbl.dict[LTrue]
119 errorIfNotEqual(t, false, foundb)
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go140 _, foundb := tbl.dict[LTrue]
141 errorIfNotEqual(t, false, foundb)
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-utils.c430 gboolean founda, foundb; in glade_util_compare_stock_labels() local
435 foundb = gtk_stock_lookup (stock_idb, &itemb); in glade_util_compare_stock_labels()
440 if (!foundb) in glade_util_compare_stock_labels()
448 if (!foundb) in glade_util_compare_stock_labels()
/dports/games/powder/powder118_src/
H A Dmap.cpp6190 bool founda, foundb; in printStats() local
6192 foundb = findTile(SQUARE_LADDERDOWN, dx, dy); in printStats()
6193 UT_ASSERT(founda && foundb); in printStats()