Searched defs:nLocal (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c2355 ficlInteger nLocal = vm->runningWord->param[0].i; local
2372 ficlStackPush(stack, vm->returnStack->frame[nLocal]);
2374 ficlStackPush(stack, vm->returnStack->frame[nLocal+1]);
2386 if (nLocal == 0) {
2390 } else if ((nLocal == 1) && !isDouble) {
2402 ficlDictionaryAppendUnsigned(dictionary, nLocal);
2567 ficlInteger nLocal; local
2608 nLocal = word->param[0].i;
2614 if (nLocal == 0) {
2619 } else if ((nLocal
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1340 int n, c, rc, nLocal; local
1348 nLocal = NKEY(pBt, pCell->h) - nIgnore;
1349 if( nLocal<0 ) nLocal = 0;
1350 n = nKey<nLocal ? nKey : nLocal;
1361 nLocal -= n;
1363 while( nKey>0 && nLocal>0 ){
1373 n = nKey<nLocal ? nKey : nLocal;
[all...]

Completed in 92 milliseconds