Home
last modified time | relevance | path

Searched refs:fRestart (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/
H A Dficl.c395 if (pVM->fRestart) in ficlExecC()
398 pVM->fRestart = 0; in ficlExecC()
409 pVM->fRestart = 1; in ficlExecC()
H A Dtools.c494 if (!pVM->fRestart) in stepBreak()
530 pVM->fRestart = 0; in stepBreak()
H A Dvm.c501 pVM->fRestart = 0; in vmQuit()
H A Dficl.h481 short fRestart; /* Set TRUE to restart runningWord */ member
H A Dwords.c4544 if (ret && (pVM->fRestart == 0)) in refill()