Home
last modified time | relevance | path

Searched refs:nLocal (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/stand/ficl/
H A Dwords.c4201 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in getLocalParen() local
4202 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]); in getLocalParen()
4209 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in toLocalParen() local
4210 pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack); in toLocalParen()
4254 FICL_INT nLocal = pVM->runningWord->param[0].i; in doLocalIm() local
4263 if (nLocal == 0) in doLocalIm()
4267 else if (nLocal == 1) in doLocalIm()
4359 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in get2LocalParen() local
4369 FICL_INT nLocal = pVM->runningWord->param[0].i; in do2LocalIm() local
4379 dictAppendCell(pDict, LVALUEtoCELL(nLocal)); in do2LocalIm()
[all …]
/freebsd-13.1/crypto/heimdal/kadmin/
H A Dkadmin-commands.in69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c11784 int nLocal; in dbdataNext() local
11835 nLocal = nPayload; in dbdataNext()
11841 nLocal = K; in dbdataNext()
11843 nLocal = M; in dbdataNext()
11847 if( bNextPage || nLocal+iOff>pCsr->nPage ){ in dbdataNext()
11860 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal); in dbdataNext()
11861 iOff += nLocal; in dbdataNext()
11864 if( nPayload>nLocal ){ in dbdataNext()
11865 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
H A Dsqlite3.c66711 pInfo->nLocal = (u16)surplus;
66763 pInfo->nLocal = 0;
70172 if( a->nLocal!=b->nLocal ) return 0;
70470 offset -= pCur->info.nLocal;
70694 amt = pCur->info.nLocal;
74317 iOffset = pCur->info.nLocal;
74695 nIn = pSrc->info.nLocal;
207504 int nLocal;
207517 if( nLocal>nMaxLocal ) nLocal = nMinLocal;
207518 return nLocal;
[all …]