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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c72 static const int eint[] = { variable
294 return (errorcode < (int)(sizeof(eint)/sizeof(const int)))?
295 eint[errorcode] : REG_BADPAT;
408 error if the vector eint, which is indexed by compile-time error number, is
414 case (sizeof(eint)/sizeof(int) == ERRCOUNT):

Completed in 33 milliseconds