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

/freebsd-current/stand/ficl/
H A Dficl.c546 return dictLookup(pSys->dp, si);
582 pFW = dictLookup(envp, si);
603 pFW = dictLookup(envp, si);
H A Ddict.c558 FICL_WORD *dictLookup(FICL_DICT *pDict, STRINGINFO si) function
582 ** Same as dictLookup, but looks in system locals dictionary first...
H A Dficl.h769 FICL_WORD *dictLookup (FICL_DICT *pDict, STRINGINFO si);
H A Dwords.c1584 ** Attempt to find the word in the dictionary (dictLookup)
1695 tempFW = dictLookup(dp, si);
2478 pFW = dictLookup(vmGetDict(pVM), si);
3410 pFW = dictLookup(envp, si);
3646 pFW = dictLookup(vmGetDict(pVM), si);
4131 pFW = dictLookup(pLoc, si);
4149 pFW = dictLookup(dp, si);

Completed in 136 milliseconds