Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/expr/
H A Dcompile.c83 #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) {