Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c3066 pcre_uchar op_code = *previous++; in check_auto_possessive() local
3142 if (op_code == OP_CHAR || op_code == OP_CHARI || in check_auto_possessive()
3143 op_code == OP_NOT || op_code == OP_NOTI) in check_auto_possessive()
3164 if (ocs > 0) return check_char_prop(c, PT_CLIST, ocs, op_code >= OP_NOT); in check_auto_possessive()
3168 switch(op_code) in check_auto_possessive()
3243 return op_code == OP_NOT_HSPACE; in check_auto_possessive()
3246 return op_code != OP_NOT_HSPACE; in check_auto_possessive()
3255 return op_code == OP_NOT_VSPACE; in check_auto_possessive()
3258 return op_code != OP_NOT_VSPACE; in check_auto_possessive()
3280 switch(op_code) in check_auto_possessive()

Completed in 16 milliseconds