Home | History | Annotate | Download | only in dist

Lines Matching full:substrings

154 * vector wasn't big enough, say so. Then output any substrings that were *
163 printf("ovector only has room for %d captured substrings\n", rc - 1);
166 /* Show substrings stored in the output vector by number. Obviously, in a real
180 * shows first how to access named substrings, and then how to code for *
184 /* See if there are any named substrings, and if so, show them by name. First
190 PCRE_INFO_NAMECOUNT, /* number of named substrings */
193 if (namecount <= 0) printf("No named substrings\n"); else
196 printf("Named substrings\n");
198 /* Before we can access the substrings, we must extract the table for
374 printf("ovector only has room for %d captured substrings\n", rc - 1);
377 /* As before, show substrings stored in the output vector by number, and then
378 also any named substrings. */
387 if (namecount <= 0) printf("No named substrings\n"); else
390 printf("Named substrings\n");