Searched refs:SEPSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c81 * regexec() has a slow initialization loop that goes around SEPSIZE times
83 #define SEPSIZE 20 macro
84 static regmatch_t rm[SEPSIZE]; /* ptr to list of RE matches */
327 if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) {
345 if (i >= SEPSIZE) {

Completed in 43 milliseconds