Lines Matching refs:pFW
77 FICL_WORD *pFW = ficlLookup(pVM->pSys, list_name); in ficlParsePrefix() local
83 if (!pFW) in ficlParsePrefix()
86 pHash = (FICL_HASH *)(pFW->param[0].p); in ficlParsePrefix()
92 pFW = pHash->table[i]; in ficlParsePrefix()
93 while (pFW != NULL) in ficlParsePrefix()
96 n = pFW->nName; in ficlParsePrefix()
101 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n)) in ficlParsePrefix()
105 vmExecute(pVM, pFW); in ficlParsePrefix()
109 pFW = pFW->link; in ficlParsePrefix()
164 FICL_WORD *pFW; in ficlCompilePrefix() local
190 pFW = ficlLookup(pSys, "\\"); in ficlCompilePrefix()
191 if (pFW) in ficlCompilePrefix()
193 dictAppendWord(dp, "//", pFW->code, FW_DEFAULT); in ficlCompilePrefix()