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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c6305 pcre_uchar *bracode = ketcode - GET(ketcode, 1); local
6309 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
6310 possessive_quantifier) *bracode = OP_BRA;
6315 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
6327 pcre_uchar *scode = bracode;
6332 *bracode += OP_SBRA - OP_BRA;
6343 if (*bracode == OP_COND && bracode[GE
[all...]

Completed in 88 milliseconds