Searched defs:ficl_word (Results 1 – 1 of 1) sorted by relevance
526 struct ficl_word struct528 struct ficl_word *link; /* Previous word in the dictionary */ argument529 UNS16 hash;530 UNS8 flags; /* Immediate, Smudge, Compile-only */531 FICL_COUNT nName; /* Number of chars in word name */532 char *name; /* First nFICLNAME chars of word name */533 FICL_CODE code; /* Native code to execute the word */534 CELL param[1]; /* First data cell of the word */