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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c2290 unsigned int otherd; local
2295 otherd = UCD_OTHERCASE(d);
2300 otherd = TABLE_GET(d, fcc, d);
2301 if (c != d && c != otherd)
2327 pcre_uint32 otherd = NOTACHAR; local
2334 otherd = UCD_OTHERCASE(d);
2339 otherd = TABLE_GET(d, fcc, d);
2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
2374 pcre_uint32 otherd = NOTACHAR; local
2381 otherd
2419 pcre_uint32 otherd = NOTACHAR; local
2456 pcre_uint32 otherd = NOTACHAR; local
2500 pcre_uint32 otherd = NOTACHAR; local
[all...]

Completed in 32 milliseconds