Lines Matching defs:pThis
6493 ReStateSet aStateSet[2], *pThis, *pNext;
6535 pThis = pNext;
6539 for(i=0; i<pThis->nState; i++){
6540 int x = pThis->aState[i];
6547 if( cPrev==RE_START ) re_add_state(pThis, x+1);
6579 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
6584 re_add_state(pThis, x+1);
6588 re_add_state(pThis, x+pRe->aArg[x]);
6589 re_add_state(pThis, x+1);
6593 re_add_state(pThis, x+pRe->aArg[x]);