Searched refs:pSearch (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dsearch.c68 pDict->pCompile = pDict->pSearch[pDict->nLists-1];
119 stackPushPtr(pVM->pStack, pDict->pSearch[i]);
210 dp->pSearch[i] = stackPopPtr(pVM->pStack);
270 stackPushPtr(pVM->pStack, dp->pSearch[--dp->nLists]);
290 dp->pSearch[dp->nLists++] = stackPopPtr(pVM->pStack);
H A Ddict.c493 pFHash = dp->pSearch[dp->nLists - 1];
572 pHash = pDict->pSearch[i];
610 pHash = pDict->pSearch[i];
629 pDict->pSearch[0] = pDict->pForthWords;
H A Dficl.h721 ** pSearch -- array of pointers to wordlists. Managed as a stack.
723 ** nLists -- number of lists in pSearch. nLists-1 is the highest
724 ** filled slot in pSearch, and points to the first wordlist
735 FICL_HASH *pSearch[FICL_DEFAULT_VOCS]; member in struct:ficl_dict
H A Dtools.c742 FICL_HASH *pHash = dp->pSearch[dp->nLists - 1];
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c160912 rtreeCallbackConstraint( RtreeConstraint *pConstraint, int eInt, u8 *pCellData, RtreeSearchPoint *pSearch, sqlite3_rtree_dbl *prScore, int *peWithin ) argument
[all...]

Completed in 536 milliseconds