Home | History | Annotate | Download | only in common

Lines Matching refs:fEscaped

842     c.fEscaped = FALSE;
851 c.fEscaped = TRUE; // stay correct.
864 c.fEscaped = FALSE; // The paren that we return is not escaped.
870 c.fEscaped = TRUE;
900 c.fEscaped = TRUE;
969 if (tableEl->fCharClass < 127 && fC.fEscaped == FALSE && tableEl->fCharClass == fC.fChar) {
979 if (tableEl->fCharClass == 254 && fC.fEscaped) {
983 if (tableEl->fCharClass == 253 && fC.fEscaped &&
994 fC.fEscaped == FALSE && // char is not escaped &&