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

/haiku-buildtools/isl/
H A Dltmain.sh1002 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1004 _G_unquoted_arg=$1 ;;
1007 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1009 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1012 case $_G_unquoted_arg in
1019 _G_quoted_arg=\"$_G_unquoted_arg\"
1022 _G_quoted_arg=$_G_unquoted_arg

Completed in 23 milliseconds