Lines Matching refs:a
8 …local -a dirs=("${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/…
64 # toolchains with a full path
71 # suppress error, as this fails when it contains a space
89 # Otherwise, toolchain paths with a tilde do not work.
98 # suffix for a particular version. LLVM=-18 uses 'clang-18' etc.
111 # or the path to a fragment file
133 # variables that take a directory.
138 # variables that take a file.
153 # see if a path was specified with -C/--directory
157 # suppress error, as this fails when it contains a space
167 # see if a Makefile was specified with -f/--file/--makefile
171 # suppress error, as this fails when it contains a space
183 # If ${makef_dir} is a build directory created by the O= option, there
184 # is a symbolic link 'source', which points to the kernel source tree.
192 # Get SRCARCH to do a little more clever things
210 # shellcheck disable=SC2209 # 'sh' is SuperH, not a shell command
257 # is a kernel tree. Otherwise, we fall back to the generic rule provided
266 # make options with a parameter (copied from the bash-completion project)
350 # directories (may not be a direct parent)
446 # Do not append a space for variables, subdirs, "KBUILD_", "KCONFIG_".