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

/netbsd-current/usr.bin/telnet/
H A Dutilities.c131 unsigned char *pThis;
139 pThis = buffer;
142 while (pThis < buffer) {
144 (((*pThis)&0xff) == 0xff) ? '*' : ' ',
145 (*pThis)&0xff);
146 pThis++;
152 while (pThis < buffer) {
153 fprintf(NetTrace, "%.2x", (*pThis)&0xff);
154 pThis++;
130 unsigned char *pThis; local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c6423 ReStateSet aStateSet[2], *pThis, *pNext; local
6465 pThis = pNext;
6469 for(i=0; i<pThis->nState; i++){
6470 int x = pThis->aState[i];
6477 if( cPrev==RE_START ) re_add_state(pThis, x+1);
6509 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1);
6514 re_add_state(pThis, x+1);
6518 re_add_state(pThis, x+pRe->aArg[x]);
6519 re_add_state(pThis, x+1);
6523 re_add_state(pThis,
[all...]
H A Dsqlite3.c52883 MemFile *pThis = (MemFile*)pFile; local
52941 MemFile *pThis = (MemFile*)pFile; local
88084 DblquoteStr *pThis, *pNxt; local
125103 Index *pThis; local
148810 isSelfJoinView( SrcList *pTabList, SrcItem *pThis, int iFirst, int iEnd ) argument
154297 HashElem *pThis, *pNext; local
188872 char *pThis = 0; local
244701 PrefixMerger *pThis = 0; local
244775 PrefixMerger *pThis = pHead; local
[all...]

Completed in 700 milliseconds