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

/bind-9.6-ESV-R11/
H A Dconfigure21327 sed -e '/^func_append ()$/,/^} # func_append /c\
21328 func_append ()\ function
21331 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
21348 # Save a `func_append' function call where possible by direct use of '+='
21349 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
21354 # Save a `func_append' function call even when '+=' is not available
21355 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.6-ESV-R11/unit/atf-src/
H A Dconfigure19095 # func_append var value
19097 func_append () function
19106 # func_append var value
19108 func_append () function

Completed in 272 milliseconds