Lines Matching refs:is_in
781 is_in(){ function
827 is_in $dep $LIBRARY_LIST && continue
4007 is_in ${comp} $COMPONENT_LIST && eval comp=\$$(toupper ${comp%s})_LIST
4070 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
4090 if is_in $option $COMPONENT_LIST; then
4093 elif is_in $option $CMDLINE_SELECT; then
4101 is_in $NAME $COMPONENT_LIST || die_unknown $opt
4118 if is_in $optname $CMDLINE_SET; then
4120 elif is_in $optname $CMDLINE_APPEND; then
4371 elif is_in -static $cc $LDFLAGS && ! is_in --static $pkg_config $pkg_config_flags; then
5412 is_in -isysroot $cc $CPPFLAGS $CFLAGS || check_cppflags -isysroot $sysroot
5413 is_in -isysroot $ld $LDFLAGS || check_ldflags -isysroot $sysroot
7254 is_in $rb $rb_ordered || die "$rb at \$$1 is not at \$$2"
7259 is_in $rb $rb_in && rb_out="$rb_out$rb "
7275 eval is_in $1 \$${1}_deps && die "Dependency cycle at ${1}_deps"