Lines Matching defs:cell
534 ficlStackDisplayCallback(void *c, ficlCell *cell)
541 (unsigned long)cell, context->count++, (long)cell->i,
542 (unsigned long)cell->u);
545 (unsigned)cell, context->count++, cell->i, cell->u);
596 ficlStackDisplaySimpleCallback(void *c, ficlCell *cell)
601 sprintf(buffer, "%s%ld", context->count ? " " : "", (long)cell->i);
626 ficlReturnStackDisplayCallback(void *c, ficlCell *cell)
632 sprintf(buffer, "[0x%016lx %3d] %20ld (0x%016lx)", (unsigned long)cell,
633 context->count++, cell->i, cell->u);
635 sprintf(buffer, "[0x%08x %3d] %12d (0x%08x)", (unsigned)cell,
636 context->count++, cell->i, cell->u);
644 if (ficlDictionaryIncludes(context->dictionary, cell->p)) {
647 cell->p);
649 int offset = (ficlCell *)cell->p - &word->param[0];