Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.h298 typedef unsigned char FICL_COUNT; typedef
302 FICL_COUNT count;
320 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
531 FICL_COUNT nName; /* Number of chars in word name */
H A Ddict.c238 FICL_COUNT len = (FICL_COUNT)SI_COUNT(si); in dictAppendWord2()
H A Dfloat.c837 FICL_COUNT count; in ficlParseFloatNumber()
857 count = (FICL_COUNT)SI_COUNT(si); in ficlParseFloatNumber()
H A Dsearch.c142 si.count = (FICL_COUNT)stackPopUNS(pVM->pStack); in searchWordlist()
H A Dvm.c279 spDest->count = (FICL_COUNT)SI_COUNT(si); in vmGetString()
H A Dwords.c211 FICL_COUNT count= (FICL_COUNT)SI_COUNT(si); in ficlParseNumber()
2613 dictAllot(dp, sp->count + sizeof(FICL_COUNT)); in cstringQuoteIm()
2639 FICL_COUNT count; in stringLit()
3407 si.count = (FICL_COUNT)stackPopUNS(pVM->pStack); in environmentQ()
3546 sp->count = (FICL_COUNT)SI_COUNT(si); in ficlWord()