Searched refs:nFICLNAME (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Ddict.c338 ** Copy up to nFICLNAME characters of the name specified by si into
359 if (i > nFICLNAME)
360 i = nFICLNAME;
803 if (nCmp > nFICLNAME)
804 nCmp = nFICLNAME;
H A Dficl.h468 #if !defined nFICLNAME
469 #define nFICLNAME 31 macro
533 char *name; /* First nFICLNAME chars of word name */
539 ** Worst-case size of a word header: nFICLNAME chars in name
542 ( (sizeof (FICL_WORD) + nFICLNAME + sizeof (CELL)) \

Completed in 55 milliseconds