Lines Matching full:substrings
171 * vector wasn't big enough, say so. Then output any substrings that were *
180 printf("ovector only has room for %d captured substrings\en", rc - 1);
183 /* Show substrings stored in the output vector by number. Obviously, in a real
197 * shows first how to access named substrings, and then how to code for *
201 /* See if there are any named substrings, and if so, show them by name. First
207 PCRE_INFO_NAMECOUNT, /* number of named substrings */
210 if (namecount <= 0) printf("No named substrings\en"); else
213 printf("Named substrings\en");
215 /* Before we can access the substrings, we must extract the table for
391 printf("ovector only has room for %d captured substrings\en", rc - 1);
394 /* As before, show substrings stored in the output vector by number, and then
395 also any named substrings. */
404 if (namecount <= 0) printf("No named substrings\en"); else
407 printf("Named substrings\en");