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

/barrelfish-master/lib/pcre/
H A Dpcreposix.h59 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE_DOTALL */ macro
H A Dpcreposix.c279 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL;
/barrelfish-master/include/
H A Dpcreposix.h59 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE_DOTALL */ macro

Completed in 76 milliseconds