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

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2059 u_int8_t matchStrChar, c; local
2067 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2069 if (matchStrChar == chrBackSlash) {
2070 matchStrChar = matchInfo->varStr[matchInfo->varStrIndex];
2072 if ((matchStrChar != chrBackSlash)
2073 && (matchStrChar != chrCaret)) {
2074 if (matchStrChar == 'x') {
2076 matchStrChar = ((c - ((c <= '9') ? '0' : ('A' - 10))) * 16);
2078 matchStrChar += (c - ((c <= '9') ? '0' : ('A' - 10)));
2081 matchStrChar
[all...]

Completed in 71 milliseconds