Home
last modified time | relevance | path

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

/freebsd-14.2/stand/ficl/
H A Dwords.c4200 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in getLocalParen() local
4201 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]); in getLocalParen()
4208 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in toLocalParen() local
4209 pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack); in toLocalParen()
4253 FICL_INT nLocal = pVM->runningWord->param[0].i; in doLocalIm() local
4262 if (nLocal == 0) in doLocalIm()
4266 else if (nLocal == 1) in doLocalIm()
4358 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in get2LocalParen() local
4368 FICL_INT nLocal = pVM->runningWord->param[0].i; in do2LocalIm() local
4378 dictAppendCell(pDict, LVALUEtoCELL(nLocal)); in do2LocalIm()
[all …]
/freebsd-14.2/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-14.2/contrib/sqlite3/
H A Dshell.c16058 int nLocal; in dbdataNext() local
16111 nLocal = nPayload; in dbdataNext()
16117 nLocal = K; in dbdataNext()
16119 nLocal = M; in dbdataNext()
16123 if( bNextPage || nLocal+iOff>pCsr->nPage ){ in dbdataNext()
16135 memcpy(pCsr->rec.aBuf, &pCsr->aPage[iOff], nLocal); in dbdataNext()
16136 iOff += nLocal; in dbdataNext()
16139 if( nPayload>nLocal ){ in dbdataNext()
16140 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
H A Dsqlite3.c71745 pInfo->nLocal = (u16)surplus;
71797 pInfo->nLocal = 0;
75356 if( a->nLocal!=b->nLocal ) return 0;
75652 offset -= pCur->info.nLocal;
75884 amt = pCur->info.nLocal;
79756 iOffset = pCur->info.nLocal;
80169 nIn = pSrc->info.nLocal;
223914 int nLocal;
223927 if( nLocal>nMaxLocal ) nLocal = nMinLocal;
223928 return nLocal;
[all …]