Searched refs:dictIncludes (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/stand/ficl/
H A Dtools.c115 if (!dictIncludes(pd, pFW))
118 if (!dictIncludes(pd, pFW->name))
121 if ((pFW->link != NULL) && !dictIncludes(pd, pFW->link))
159 if (!dictIncludes(pd, (void *)cp))
670 if (dictIncludes(dp, c.p))
H A Ddict.c545 int dictIncludes(FICL_DICT *pDict, void *p) function
H A Dficl.h768 int dictIncludes (FICL_DICT *pDict, void *p);

Completed in 482 milliseconds