Home
last modified time | relevance | path

Searched refs:dictAllot (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c129 int dictAllot(FICL_DICT *pDict, int n) in dictAllot() function
415 dictAllot(dp, sizeof (FICL_HASH) in dictCreateWordlist()
449 dictAllot(pDict, in dictEmpty()
H A Dficl.h743 int dictAllot (FICL_DICT *pDict, int n);
H A Dwords.c2392 dictAllot(dp, i); in allot()
2613 dictAllot(dp, sp->count + sizeof(FICL_COUNT)); in cstringQuoteIm()