Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:tagname

229     if test -n "$available_tags" && test -z "$tagname"; then
265 tagname=$z
271 # If $tagname still isn't set, then no tagged configuration
274 if test -z "$tagname"; then
279 # $echo "$modename: using $tagname tagged configuration"
413 tagname="$arg"
416 # Check whether tagname contains only valid characters
417 case $tagname in
419 $echo "$progname: invalid tag name: $tagname" 1>&2
424 case $tagname in
430 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
431 taglist="$taglist $tagname"
433 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
435 $echo "$progname: ignoring unknown tag $tagname" 1>&2
468 for tagname in $taglist; do
469 ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
4355 if test "$tagname" = CXX ; then