Searched defs:func_append (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/
H A Dconfigure26197 sed -e '/^func_append ()$/,/^} # func_append /c\
26198 func_append ()\ function
26201 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
26218 # Save a `func_append' function call where possible by direct use of '+='
26219 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
26224 # Save a `func_append' function call even when '+=' is not available
26225 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
H A Dltmain.sh843 # func_append var value
845 func_append () function
848 } # func_append may be replaced by extended shell implementation
1118 func_append preserve_args " $opt"
1122 func_append preserve_args " $opt"
1126 func_append preserve_args " $opt"
1130 func_append preserve_args " $opt"
1135 func_append preserve_args " $opt"
1142 func_append preserve_args " $opt $optarg"
1180 test "$opt_debug" = : || func_append preserve_arg
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh528 # func_append VAR VALUE
557 eval 'func_append ()
565 func_append () function
616 *) func_append "$@" ;;
666 func_append func_dirname_result "$2"
1004 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
1079 func_append func_relative_path_result "/$func_stripname_result"
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1137 func_append func_quote_for_eval_resul
[all...]

Completed in 621 milliseconds