Home | History | Annotate | Download | only in cpp

Lines Matching refs:re_begincf

1122     re_begincf='^# ### BEGIN LIBTOOL'
1126 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
1130 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
1164 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
1166 sed_extractcf="/$re_begincf/,/$re_endcf/p"
1180 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then