Searched refs:base_compile (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh269 base_compile=
327 # Add the previous argument to base_compile.
328 if test -z "$base_compile"; then
329 base_compile="$lastarg"
331 base_compile="$base_compile $lastarg"
374 if test -z "$base_compile"; then
434 # Without this assignment, base_compile gets emptied.
435 fbsd_hideous_sh_bug=$base_compile
438 command="$base_compile
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh1023 # Blanks at the start of $base_compile will cause this to fail
1105 base_compile=
1118 # do not "continue". Instead, add this to base_compile
1155 arg_mode=arg # the next one goes into the "base_compile" arg list
1173 # Add the arguments to base_compile.
1174 base_compile="$base_compile $lastarg"
1191 base_compile="$base_compile $func_quote_for_eval_result"
1229 func_infer_tag $base_compile
[all...]
/bind-9.6-ESV-R11/
H A Dltmain.sh1405 # Blanks at the start of $base_compile will cause this to fail
1984 base_compile=
1997 # do not "continue". Instead, add this to base_compile
2034 arg_mode=arg # the next one goes into the "base_compile" arg list
2051 # Add the arguments to base_compile.
2052 func_append base_compile " $lastarg"
2068 func_append_quoted base_compile "$lastarg"
2106 func_infer_tag $base_compile
2144 test -z "$base_compile" && \
2214 # Without this assignment, base_compile get
[all...]

Completed in 770 milliseconds