Home
last modified time | relevance | path

Searched defs:ficl_word (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.h526 struct ficl_word struct
528 struct ficl_word *link; /* Previous word in the dictionary */ argument
529 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 */