Home
last modified time | relevance | path

Searched refs:INTERPRET (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/stand/ficl/
HDwords.c533 pVM->state = INTERPRET; in semicolonCoIm()
1697 if (pVM->state == INTERPRET) in ficlParseWord()
2607 if (pVM->state == INTERPRET) in cstringQuoteIm()
2901 pVM->state = INTERPRET; in lbracketCoIm()
3471 if (pVM->state == INTERPRET) in stringQuoteIm()
4156 if (pVM->state == INTERPRET) in toValue()
4255 if (pVM->state == INTERPRET) in doLocalIm()
4370 if (pVM->state == INTERPRET) in do2LocalIm()
HDvm.c504 pVM->state = INTERPRET; in vmQuit()
HDficl.h453 #define INTERPRET 0 macro