Lines Matching refs:cPrev
83174 + int cPrev = 0;
83208 + cPrev = c;
83250 + if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
87101 - int cPrev = 0;
87134 - cPrev = c;
87176 - if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
120809 + int cPrev = 0;
120843 + cPrev = c;
120885 + if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
124736 - int cPrev = 0;
124769 - cPrev = c;
124811 - if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);