Lines Matching +refs:bs +refs:current +refs:configuration

35 #       --config             show all configuration variables
38 # --features display basic configuration information and exit
45 # --tag=TAG use configuration variables from tag TAG
130 # is ksh but when the shell is invoked as "sh" and the current value of
419 bs='\\'
426 s/^$bs2$dollar/$bs&/
427 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
438 # Echo program name prefixed message, along with the current mode
891 # a configuration failure hint, and exit.
896 func_fatal_error "Fatal configuration error."
901 # Display the configuration for all the tags in this script.
907 # Default configuration.
965 # Evaluate the configuration. Be careful to quote the path
1308 # FAIL_CMD may read-access the current command in variable CMD!
1370 # Infer tagged configuration to use if any are available and
1395 # Evaluate the configuration.
1408 # the one in the tagged configuration.
1409 # Assume this is the tagged configuration we want.
1416 # If $tagname still isn't set, then no tagged configuration
1420 func_echo "unable to infer tagged configuration"
1423 # func_verbose "using $tagname tagged configuration"
2005 continue # The current "srcfile" will either be retained or
2027 # Accept the current argument as the source file.
2028 # The previous "srcfile" becomes the current argument.
3359 # Use subshell, to avoid clobbering current variable values
4686 /* empty path: current directory */
5181 func_warning "complete static linking is impossible in this configuration"
6763 func_arith $current - $age
7327 # use the current revision as the major version
7336 current=$func_arith_result
7341 current="$number_major"
7347 current=$func_arith_result
7355 current="$1"
7362 case $current in
7365 func_error "CURRENT \`$current' must be a nonnegative integer"
7386 if test "$age" -gt "$current"; then
7387 func_error "AGE \`$age' is greater than the current interface number \`$current'"
7399 # Like Linux, but with the current version available in
7401 func_arith $current - $age
7405 func_arith $current + 1
7412 major=".$current"
7413 versuffix=".$current.$revision";
7417 major=".$current"
7418 versuffix=".$current"
7423 func_arith $current - $age
7425 func_arith $current - $age + 1
7451 func_arith $current - $age
7457 func_arith $current - $age
7459 versuffix=".$current.$age.$revision"
7460 verstring="$current.$age.$revision"
7465 func_arith $current - $loop
7472 # Make executables depend on our current version.
7473 func_append verstring ":${current}.0"
7477 major=".$current"
7478 versuffix=".$current"
7482 major=".$current"
7483 versuffix=".$current.$revision"
7489 func_arith $current - $age
9406 current=$current
9637 # time on that platform, so we default to a shared-only configuration.
9639 # configuration. But we'll never go from static-only to shared-only.