Searched refs:parseList (Results 1 – 4 of 4) sorted by relevance
294 if (system->parseList[i] == NULL) { in ficlSystemAddParseStep()295 system->parseList[i] = word; in ficlSystemAddParseStep()
848 if (system->parseList[i] != NULL) { in ficlPrimitiveParseStepList()849 ficlVmTextOut(vm, system->parseList[i]->name); in ficlPrimitiveParseStepList()
1600 ficlWord *parseList[FICL_MAX_PARSE_STEPS]; member
856 ficlWord *word = system->parseList[i]; in ficlPrimitiveInterpret()