Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2posix.c109 static const int eint1[] = { variable
260 if (errorcode < (int)(sizeof(eint1)/sizeof(const int))) in regcomp()
261 return eint1[errorcode]; in regcomp()