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

/freebsd-10.1-release/sys/boot/ficl/
H A Dficl.c547 return dictLookup(pSys->dp, si);
583 pFW = dictLookup(envp, si);
604 pFW = dictLookup(envp, si);
H A Ddict.c559 FICL_WORD *dictLookup(FICL_DICT *pDict, STRINGINFO si) function
583 ** Same as dictLookup, but looks in system locals dictionary first...
H A Dficl.h770 FICL_WORD *dictLookup (FICL_DICT *pDict, STRINGINFO si);
H A Dwords.c1585 ** Attempt to find the word in the dictionary (dictLookup)
1696 tempFW = dictLookup(dp, si);
2467 pFW = dictLookup(vmGetDict(pVM), si);
3399 pFW = dictLookup(envp, si);
3635 pFW = dictLookup(vmGetDict(pVM), si);
4120 pFW = dictLookup(pLoc, si);
4138 pFW = dictLookup(dp, si);

Completed in 176 milliseconds