Home | History | Annotate | Download | only in libdrm

Lines Matching refs:re_begincf

621     re_begincf='^# ### BEGIN LIBTOOL'
625 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
629 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
663 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
665 sed_extractcf="/$re_begincf/,/$re_endcf/p"
679 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then