Lines Matching refs:nLocal
2355 ficlInteger nLocal = vm->runningWord->param[0].i;
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;
2608 nLocal = word->param[0].i;
2614 if (nLocal == 0) {
2619 } else if ((nLocal == 1) && !isDouble) {
2629 ficlDictionaryAppendUnsigned(dictionary, nLocal);