Searched refs:otherd (Results 1 – 1 of 1) sorted by relevance
2290 unsigned int otherd; in internal_dfa_exec() local2295 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()2300 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()2301 if (c != d && c != otherd) in internal_dfa_exec()2327 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local2334 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()2339 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()2374 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local2381 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()[all …]