Home
last modified time | relevance | path

Searched refs:unexport (Results 1 – 25 of 2006) sorted by relevance

12345678910>>...81

/dports/science/siesta/siesta-4.1.5/Src/fdict/smeka/
H A DMakefile.common16 unexport CC
17 unexport FC
18 unexport CXX
19 unexport MPICC
20 unexport MPIFC
21 unexport MPICXX
22 unexport AR
23 unexport RANLIB
24 unexport LIBTOOL
/dports/science/siesta/siesta-4.1.5/Src/ncdf/smeka/
H A DMakefile.common16 unexport CC
17 unexport FC
18 unexport CXX
19 unexport MPICC
20 unexport MPIFC
21 unexport MPICXX
22 unexport AR
23 unexport RANLIB
24 unexport LIBTOOL
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make/x86_64-fortanix-unknown-sgx-lvi/
H A DMakefile13 unexport RUSTC_LINKER
14 unexport RUSTC_BOOTSTRAP
15 unexport RUST_BUILD_STAGE
16 unexport RUST_TEST_THREADS
17 unexport RUST_TEST_TMPDIR
18 unexport AR
19 unexport CC
20 unexport CXX
/dports/lang/rust/rustc-1.58.1-src/src/test/run-make/thumb-none-qemu/
H A DMakefile17 unexport RUSTC_LINKER
18 unexport RUSTC_BOOTSTRAP
19 unexport RUST_BUILD_STAGE
20 unexport RUST_TEST_THREADS
21 unexport RUST_TEST_TMPDIR
22 unexport AR
23 unexport CC
24 unexport CXX
/dports/shells/modernish/modernish-0.16.5/lib/modernish/mdl/var/
H A Dunexport.mm2 \command unalias unexport 2>/dev/null
33 if thisshellhas typeset && _Msh_test=no && command typeset --global --unexport _Msh_test=ok && str …
38 unexport() { function
46 command typeset --global --unexport "$@" || die "unexport: 'typeset' failed"
51 unexport() { function
65 unexport() { function
78 unexport() { function
98 unexport() { function
136 readonly -f unexport
/dports/devel/bmake/bmake/unit-tests/
H A Ddirective-misspellings.mk63 .unexport varname
67 .unexport-en # Accepted before 2020-12-12 18:11:42.
68 .unexport-env
69 .unexport-env extra argument # Accepted before 2020-12-12 18:00:18.
70 .unexport-enx # Accepted before 2020-12-12 18:00:18.
71 .unexport-envs # Accepted before 2020-12-12 18:00:18.
H A Ddirective-unexport-env.mk13 .unexport-en # misspelled
14 .unexport-env # ok
15 .unexport-environment # misspelled
21 .unexport-env UT_EXPORTED UT_UNEXPORTED
H A Dunexport.mk7 .unexport UT_ZOO UT_FOO
9 UT_TEST= unexport
17 .unexport \
19 .unexport ${.newline} UT_AFTER_NL
/dports/lang/nx/nsf2.3.0/tests/
H A Dtcloo.test9 # export | unexport
82 if {$what in {export unexport}} {
175 :unexport foo
181 nx::test case unexport {
188 $p unexport bar
200 $o unexport foo
214 $c unexport foo
228 C unexport bar
241 D unexport baz
251 :unexport foo
[all …]
/dports/lang/nim/nim-1.6.2/tests/macros/
H A Dm18235.nim13 macro unexport(n: typed): untyped =
19 proc foo*() {.unexport.} = discard
22 proc foooof*() {.unexport, eexport, unexport.} = discard
23 proc barrab() {.eexport, unexport, eexport.} = discard
32 # use the call version of `unexport` macro for one or more decls
35 result[i] = newCall(ident"unexport", result[i])
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go43 params = append(params, unexport(p[i].Name))
45 params = append(params, prefix+unexport(p[i].Name))
74 params = append(params, unexport(p[i].Name)+" "+p[i].Type)
88 params = append(params, unexport(p[i].Name)+"Copy")
90 params = append(params, unexport(p[i].Name))
106 params = append(params, unexport(p[i].Name)+"...")
108 params = append(params, unexport(p[i].Name))
H A Dreturn.go31 rets = append(rets, unexport(r[i].Name))
33 rets = append(rets, p+unexport(r[i].Name))
61 rets = append(rets, unexport(r[i].Name)+" "+r[i].Type)
74 rets = append(rets, unexport(r[i].Name))
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/maxbrunsfeld/counterfeiter/generator/
H A Dparam.go36 params = append(params, unexport(p[i].Name))
38 params = append(params, prefix+unexport(p[i].Name))
63 params = append(params, unexport(p[i].Name)+" "+p[i].Type)
76 params = append(params, unexport(p[i].Name)+"Copy")
78 params = append(params, unexport(p[i].Name))
92 params = append(params, unexport(p[i].Name)+"...")
94 params = append(params, unexport(p[i].Name))
H A Dreturn.go29 rets = append(rets, unexport(r[i].Name))
31 rets = append(rets, p+unexport(r[i].Name))
56 rets = append(rets, unexport(r[i].Name)+" "+r[i].Type)
68 rets = append(rets, unexport(r[i].Name))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go43 params = append(params, unexport(p[i].Name))
45 params = append(params, prefix+unexport(p[i].Name))
74 params = append(params, unexport(p[i].Name)+" "+p[i].Type)
88 params = append(params, unexport(p[i].Name)+"Copy")
90 params = append(params, unexport(p[i].Name))
106 params = append(params, unexport(p[i].Name)+"...")
108 params = append(params, unexport(p[i].Name))
H A Dreturn.go31 rets = append(rets, unexport(r[i].Name))
33 rets = append(rets, p+unexport(r[i].Name))
61 rets = append(rets, unexport(r[i].Name)+" "+r[i].Type)
74 rets = append(rets, unexport(r[i].Name))
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/maxbrunsfeld/counterfeiter/v6/generator/
H A Dparam.go43 params = append(params, unexport(p[i].Name))
45 params = append(params, prefix+unexport(p[i].Name))
74 params = append(params, unexport(p[i].Name)+" "+p[i].Type)
88 params = append(params, unexport(p[i].Name)+"Copy")
90 params = append(params, unexport(p[i].Name))
106 params = append(params, unexport(p[i].Name)+"...")
108 params = append(params, unexport(p[i].Name))
/dports/devel/antlr/antlr-2.7.7/scripts/
H A DRules.make23 unexport SUBDIRS # specifying all subdirs from $(TOPDIR)
24 unexport SUB_DIRS # specifying all subdirs to make
27 unexport O_TARGET # name of combined .o file to generate
30 unexport L_TARGET # name of .a archive to generate
33 unexport B_NAME # name of binary to generate
37 unexport GCJ_B_OBJS
42 unexport JAR_TARGETS # jar files..
43 unexport JAR_DEST # jar files..
45 unexport G_FILES # antlr .g files
140 unexport obj_dir_arg javac_paths
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/pymake/tests/
H A Dunexport.mk7 unexport VAR3
9 unexport VAR2 ENVVAR
10 unexport
14 $(MAKE) -f $(TESTPATH)/unexport.submk
/dports/lang/spidermonkey60/firefox-60.9.0/build/pymake/tests/
H A Dunexport.mk7 unexport VAR3
9 unexport VAR2 ENVVAR
10 unexport
14 $(MAKE) -f $(TESTPATH)/unexport.submk
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pymake/tests/
H A Dunexport.mk7 unexport VAR3
9 unexport VAR2 ENVVAR
10 unexport
14 $(MAKE) -f $(TESTPATH)/unexport.submk
/dports/shells/modernish/modernish-0.16.5/lib/modernish/tst/
H A Dunexport.t4 use var/unexport
9 unexport var
21 unexport var
27 unexport var='baz'
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/tests/scripts/features/
H A Dexport2 $description = "Check GNU make export/unexport commands.";
21 unexport BOTZ
28 unexport
49 # TEST 2: global export. Explicit unexport takes precedence.
55 # TEST 3: global unexport. Explicit export takes precedence.
61 # TEST 4: both: in the above makefile the unexport comes last so that rules.
94 # TEST 7: Test the expansion of variables inside unexport
108 unexport $(FOO)
109 unexport $(B)ar
159 unexport F G H I J
[all …]
/dports/devel/remake/remake-4.3+dbg-1.5/tests/scripts/features/
H A Dexport2 $description = "Check GNU make export/unexport commands.";
21 unexport BOTZ
28 unexport
49 # TEST 2: global export. Explicit unexport takes precedence.
55 # TEST 3: global unexport. Explicit export takes precedence.
61 # TEST 4: both: in the above makefile the unexport comes last so that rules.
94 # TEST 7: Test the expansion of variables inside unexport
108 unexport $(FOO)
109 unexport $(B)ar
159 unexport F G H I J
[all …]
/dports/devel/gmake/make-4.3/tests/scripts/features/
H A Dexport2 $description = "Check GNU make export/unexport commands.";
21 unexport BOTZ
28 unexport
49 # TEST 2: global export. Explicit unexport takes precedence.
55 # TEST 3: global unexport. Explicit export takes precedence.
61 # TEST 4: both: in the above makefile the unexport comes last so that rules.
94 # TEST 7: Test the expansion of variables inside unexport
108 unexport $(FOO)
109 unexport $(B)ar
159 unexport F G H I J
[all …]

12345678910>>...81