HomeSort by: relevance | last modified time | path
    Searched refs:markup_re (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 503 my $markup_re =
579 /(?<![-<[:alnum:]])-(?:$markup_re|.)*(?![->[:alnum:]])/msg ) {
585 while ( $synopsis =~ /$markup_re/msg ) {
607 while ( $item =~ /(\[\s*)?($markup_re)/msg ) {
648 while ( $contents =~ /($markup_re)\(\)/msg ) {
762 while ( $contents =~ /$markup_re/msg ) {
1071 # $markup_re to pick up general markup, and use this regexp to check
1082 while ( $podinfo{contents} =~ /$markup_re/msg ) {
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 474 my $markup_re =
548 /(?<![-<[:alnum:]])-(?:$markup_re|.)*(?![->[:alnum:]])/msg ) {
553 while ( $synopsis =~ /$markup_re/msg ) {
569 while ( $item =~ /(\[\s*)?($markup_re)/msg ) {
605 while ( $contents =~ /($markup_re)\(\)/msg ) {
719 while ( $contents =~ /$markup_re/msg ) {
1009 # $markup_re to pick up general markup, and use this regexp to check
1020 while ( $podinfo{contents} =~ /$markup_re/msg ) {

Completed in 23 milliseconds