Lines Matching full:local

57 # function gets called, COMP_WORDS has already been populated so local
64 local exclude i j first
111 local exclude cur_ words_ cword_
145 local result=0
222 local IFS=$'\n'
226 local -a toks
227 local x tmp
235 local quoted
240 local xspec=${1:+"!*.@($1|${1^^})"}
271 local argument_flags=$1
273 local counter=$((${subcommand_pos:-${command_pos}} + 1))
306 local glob="$1"
308 local key glob_pos
333 local option_extglob=$(__west_to_extglob "$1")
335 local counter=$((command_pos + 1))
352 local parts=( $1 )
353 local IFS='|'
361 local extglob=$( __west_to_alternatives "$1" )
427 local counter=$( __west_pos_first_nonflag "$(__west_to_extglob "$global_args_opts")" )
437 local dir_opts="
439 --local -l
442 local bool_opts="
465 local bool_opts="
472 local dir_opts="
477 local other_opts="
508 local other_opts="
512 local bool_opts="
537 local bool_opts="
543 local file_opts="
565 local bool_opts="
581 local bool_opts="
596 local bool_opts="
599 local other_opts="
623 local bool_opts="
628 --local
643 local counter=$( __west_pos_first_nonflag "$(__west_to_extglob "$global_args_opts")" )
656 local counter=$( __west_pos_first_nonflag "$(__west_to_extglob "$global_args_opts")" )
666 local other_opts="
671 local dir_opts="
699 local other_opts="
704 local dir_opts="
730 local bool_opts="
739 local special_opts="
746 local dir_opts="
750 local other_opts="
793 local bool_opts="
800 local special_opts="
804 local dir_opts="
810 local file_opts="
842 local bool_opts="
847 local dir_opts="
853 local file_opts="
863 local other_opts="
911 local bool_opts="
917 local dir_opts="
923 local other_opts="
950 local other_opts="
977 local bool_opts="
1036 local dir_opts="
1045 local file_opts="
1062 local special_opts="
1072 local other_opts="
1153 local bool_opts="
1159 local dir_opts="
1164 local other_opts="
1200 local previous_extglob_setting=$(shopt -p extglob)
1203 local IFS=$' \t\n'
1205 local builtin_cmds=(
1218 local zephyr_ext_cmds=(
1235 local cmds=(${builtin_cmds[*]} ${zephyr_ext_cmds[*]})
1238 local global_bool_opts="
1243 local global_args_opts="
1248 local cur words cword prev
1251 local command='west' command_pos=0
1252 local counter=1
1277 local completions_func=__comp_west_${command//-/_}