Diff for /embedaddon/pcre/doc/pcre_get_stringtable_entries.3 between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.3, 2012/10/09 09:19:17
Line 1 Line 1
.TH PCRE_GET_STRINGTABLE_ENTRIES 3.TH PCRE_GET_STRINGTABLE_ENTRIES 3 "13 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 PCRE - Perl-compatible regular expressions  PCRE - Perl-compatible regular expressions
 .SH SYNOPSIS  .SH SYNOPSIS
Line 10  PCRE - Perl-compatible regular expressions Line 10  PCRE - Perl-compatible regular expressions
 .B int pcre_get_stringtable_entries(const pcre *\fIcode\fP,  .B int pcre_get_stringtable_entries(const pcre *\fIcode\fP,
 .ti +5n  .ti +5n
 .B const char *\fIname\fP, char **\fIfirst\fP, char **\fIlast\fP);  .B const char *\fIname\fP, char **\fIfirst\fP, char **\fIlast\fP);
   .PP
   .B int pcre16_get_stringtable_entries(const pcre16 *\fIcode\fP,
   .ti +5n
   .B PCRE_SPTR16 \fIname\fP, PCRE_UCHAR16 **\fIfirst\fP, PCRE_UCHAR16 **\fIlast\fP);
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs
Line 17  PCRE - Perl-compatible regular expressions Line 21  PCRE - Perl-compatible regular expressions
 This convenience function finds, for a compiled pattern, the first and last  This convenience function finds, for a compiled pattern, the first and last
 entries for a given name in the table that translates capturing parenthesis  entries for a given name in the table that translates capturing parenthesis
 names into numbers. When names are required to be unique (PCRE_DUPNAMES is  names into numbers. When names are required to be unique (PCRE_DUPNAMES is
\fInot\fP set), it is usually easier to use \fBpcre_get_stringnumber()\fP\fInot\fP set), it is usually easier to use \fBpcre[16]_get_stringnumber()\fP
 instead.  instead.
 .sp  .sp
   \fIcode\fP    Compiled regular expression    \fIcode\fP    Compiled regular expression

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>