Home
last modified time | relevance | path

Searched refs:dictLookup (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.c546 return dictLookup(pSys->dp, si); in ficlLookup()
582 pFW = dictLookup(envp, si); in ficlSetEnv()
603 pFW = dictLookup(envp, si); in ficlSetEnvD()
H A Dwords.c1695 tempFW = dictLookup(dp, si); in ficlParseWord()
2478 pFW = dictLookup(vmGetDict(pVM), si); in ficlTick()
3410 pFW = dictLookup(envp, si); in environmentQ()
3646 pFW = dictLookup(vmGetDict(pVM), si); in do_find()
4131 pFW = dictLookup(pLoc, si); in toValue()
4149 pFW = dictLookup(dp, si); in toValue()
H A Ddict.c558 FICL_WORD *dictLookup(FICL_DICT *pDict, STRINGINFO si) in dictLookup() function
H A Dficl.h769 FICL_WORD *dictLookup (FICL_DICT *pDict, STRINGINFO si);