Lines Matching refs:cell

578 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell)  in ficlDictionaryFindEnclosingWord()  argument
583 if (!ficlDictionaryIncludes(dictionary, (void *)cell)) in ficlDictionaryFindEnclosingWord()
586 for (i = nSEARCH_CELLS; i > 0; --i, --cell) { in ficlDictionaryFindEnclosingWord()
588 (cell + 1 - (sizeof (ficlWord) / sizeof (ficlCell))); in ficlDictionaryFindEnclosingWord()
662 ficlCell *cell = word->param; in ficlDictionarySee() local
663 ficlCell *param0 = cell; in ficlDictionarySee()
666 for (; cell->i != ficlInstructionSemiParen; cell++) { in ficlDictionarySee()
667 ficlWord *word = (ficlWord *)(cell->p); in ficlDictionarySee()
670 if ((void *)cell == (void *)buffer) in ficlDictionarySee()
674 trace += sprintf(trace, "%3ld ", (long)(cell - param0)); in ficlDictionarySee()
687 c = *++cell; in ficlDictionarySee()
701 c = *++cell; in ficlDictionarySee()
715 c = *++cell; in ficlDictionarySee()
716 c2 = *++cell; in ficlDictionarySee()
724 c = *++cell; in ficlDictionarySee()
731 counted = (ficlCountedString *)(void *)++cell; in ficlDictionarySee()
732 cell = (ficlCell *) in ficlDictionarySee()
741 counted = (ficlCountedString *)(void *)++cell; in ficlDictionarySee()
742 cell = (ficlCell *) in ficlDictionarySee()
750 c = *++cell; in ficlDictionarySee()
752 (long)(cell + c.i - param0)); in ficlDictionarySee()
755 c = *++cell; in ficlDictionarySee()
757 (long)(cell + c.i - param0)); in ficlDictionarySee()
761 c = *++cell; in ficlDictionarySee()
766 c = *++cell; in ficlDictionarySee()
771 c = *++cell; in ficlDictionarySee()
773 (long)(cell + c.i - param0)); in ficlDictionarySee()
776 c = *++cell; in ficlDictionarySee()
778 (long)(cell + c.i - param0)); in ficlDictionarySee()
781 c = *++cell; in ficlDictionarySee()
783 (long)(cell + c.i - param0)); in ficlDictionarySee()
792 (void) sprintf(trace, "%ld ( %#lx )", (long)cell->i, in ficlDictionarySee()
793 (unsigned long)cell->u); in ficlDictionarySee()