Searched defs:FICL_NAME_LENGTH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dficl.h516 #if !defined FICL_NAME_LENGTH
517 #define FICL_NAME_LENGTH (31) macro
1270 * Worst-case size of a word header: FICL_NAME_LENGTH chars in name
1273 ((sizeof (ficlWord) + FICL_NAME_LENGTH + sizeof (ficlCell)) \

Completed in 66 milliseconds