Home | History | Annotate | Download | only in libexif

Lines Matching refs:re_begincf

911     re_begincf='^# ### BEGIN LIBTOOL'
915 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
919 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
953 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
955 sed_extractcf="/$re_begincf/,/$re_endcf/p"
969 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then