Home
last modified time | relevance | path

Searched refs:parseList (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dsystem.c296 if (system->parseList[i] == NULL) { in ficlSystemAddParseStep()
297 system->parseList[i] = word; in ficlSystemAddParseStep()
H A Dtools.c883 if (system->parseList[i] != NULL) { in ficlPrimitiveParseStepList()
884 ficlVmTextOut(vm, system->parseList[i]->name); in ficlPrimitiveParseStepList()
H A Dficl.h1601 ficlWord *parseList[FICL_MAX_PARSE_STEPS]; member
H A Dprimitives.c857 ficlWord *word = system->parseList[i]; in ficlPrimitiveInterpret()