Searched refs:func_quote_for_eval_unquoted_result (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/
H A Dltmain.sh598 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
600 func_quote_for_eval_unquoted_result="$1" ;;
603 case $func_quote_for_eval_unquoted_result in
610 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
613 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
5249 qarg=$func_quote_for_eval_unquoted_result
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh1100 # ii) func_quote_for_eval_unquoted_result
1107 func_quote_for_eval_unquoted_result=
1116 if test -n "$func_quote_for_eval_unquoted_result"; then
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
6615 qarg=$func_quote_for_eval_unquoted_result

Completed in 414 milliseconds