Searched defs:substrings (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c6797 int nr_substrings; /* number of substrings in the pattern */
6826 syserr("field (%d) out of range, only %d substrings in pattern",
6946 int substrings; local
6949 substrings = map_p->regex_pattern_buf->re_nsub + 1;
6952 sm_dprintf("regex_map_init: nr of substrings %d\n",
6953 substrings);
6955 if (substrings >= MAX_MATCH)
6957 syserr("too many substrings, %d max", MAX_MATCH);
6966 MAX_MATCH + 1, substrings) == -1)
6974 for (i = 0; i < substrings;
[all...]

Completed in 26 milliseconds