Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c82 #define SEPSIZE 20 macro
83 static regmatch_t rm[SEPSIZE]; /* ptr to list of RE matches */
322 if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) { in dhl_doit()
340 if (i >= SEPSIZE) { in dhl_doit()