Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Dwords.c534 pVM->state = INTERPRET; in semicolonCoIm()
1698 if (pVM->state == INTERPRET) in ficlParseWord()
2608 if (pVM->state == INTERPRET) in cstringQuoteIm()
2902 pVM->state = INTERPRET; in lbracketCoIm()
3472 if (pVM->state == INTERPRET) in stringQuoteIm()
4157 if (pVM->state == INTERPRET) in toValue()
4256 if (pVM->state == INTERPRET) in doLocalIm()
4371 if (pVM->state == INTERPRET) in do2LocalIm()
Dvm.c505 pVM->state = INTERPRET; in vmQuit()
Dficl.h454 #define INTERPRET 0 macro