Lines Matching refs:otherd
2290 unsigned int otherd; in internal_dfa_exec() local
2295 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() local
2334 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() local
2381 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2386 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2419 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local
2426 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2431 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2433 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2456 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local
2463 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2468 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2470 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2500 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local
2507 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2512 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2514 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()