Searched refs:nCells (Results 1 – 5 of 5) sorted by relevance
6 c-4byte obj: .nCells
72 c-4byte obj: .nCells
228 : chars: \ ( offset nCells "name" -- offset' ) Create n char member.231 : char: \ ( offset nCells "name" -- offset' ) Create 1 char member.234 : cells: ( offset nCells "name" -- offset' )238 : cell: ( offset nCells "name" -- offset' )
873 ficlStackCreate(ficlVm *vm, char *name, unsigned nCells);888 FICL_PLATFORM_EXTERN void ficlStackLink(ficlStack *stack, int nCells);1388 ficlDictionaryAllotCells(ficlDictionary *dictionary, int nCells);1475 ficlDictionaryCreateHashed(ficlSystem *system, unsigned nCells, unsigned nHash);
499 ficlInteger nCells = *ip++; in ficlVmInnerLoop() local502 returnTop += nCells; in ficlVmInnerLoop()