Searched refs:FICL_COUNT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/boot/ficl/
H A Dficl.h299 typedef unsigned char FICL_COUNT; typedef
303 FICL_COUNT count;
321 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
532 FICL_COUNT nName; /* Number of chars in word name */
H A Ddict.c239 FICL_COUNT len = (FICL_COUNT)SI_COUNT(si);
H A Dsearch.c143 si.count = (FICL_COUNT)stackPopUNS(pVM->pStack);
H A Dfloat.c838 FICL_COUNT count;
858 count = (FICL_COUNT)SI_COUNT(si);
H A Dvm.c280 spDest->count = (FICL_COUNT)SI_COUNT(si);
H A Dwords.c212 FICL_COUNT count= (FICL_COUNT)SI_COUNT(si);
2602 dictAllot(dp, sp->count + sizeof(FICL_COUNT));
2628 FICL_COUNT count;
3396 si.count = (FICL_COUNT)stackPopUNS(pVM->pStack);
3535 sp->count = (FICL_COUNT)SI_COUNT(si);

Completed in 128 milliseconds