Lines Matching defs:pThis
3971 ReStateSet aStateSet[2], *pThis, *pNext;
4013 pThis = pNext;
4017 for(i=0; i<pThis->nState; i++){
4018 int x = pThis->aState[i];
4025 if( cPrev==RE_START ) re_add_state(pThis, x+1);
4057 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
4062 re_add_state(pThis, x+1);
4066 re_add_state(pThis, x+pRe->aArg[x]);
4067 re_add_state(pThis, x+1);
4071 re_add_state(pThis, x+pRe->aArg[x]);