Lines Matching refs:is_in
790 is_in(){
836 is_in $dep $LIBRARY_LIST && continue
4096 is_in ${comp} $COMPONENT_LIST && eval comp=\$$(toupper ${comp%s})_LIST
4159 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
4179 if is_in $option $COMPONENT_LIST; then
4182 elif is_in $option $CMDLINE_SELECT; then
4190 is_in $NAME $COMPONENT_LIST || die_unknown $opt
4207 if is_in $optname $CMDLINE_SET; then
4209 elif is_in $optname $CMDLINE_APPEND; then
4468 elif is_in -static $cc $LDFLAGS && ! is_in --static $pkg_config $pkg_config_flags; then
5038 is_in $arch $ARCH_LIST || warn "unknown architecture $arch"
5538 is_in -isysroot $cc $CPPFLAGS $CFLAGS || check_cppflags -isysroot $sysroot
5539 is_in -isysroot $ld $LDFLAGS || check_ldflags -isysroot $sysroot
7442 is_in $rb $rb_ordered || die "$rb at \$$1 is not at \$$2"
7447 is_in $rb $rb_in && rb_out="$rb_out$rb "
7463 eval is_in $1 \$${1}_deps && die "Dependency cycle at ${1}_deps"