Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/ficl/
Dficl.c396 if (pVM->fRestart) in ficlExecC()
399 pVM->fRestart = 0; in ficlExecC()
410 pVM->fRestart = 1; in ficlExecC()
Dtools.c495 if (!pVM->fRestart) in stepBreak()
531 pVM->fRestart = 0; in stepBreak()
Dvm.c502 pVM->fRestart = 0; in vmQuit()
Dficl.h482 short fRestart; /* Set TRUE to restart runningWord */ member
Dwords.c4545 if (ret && (pVM->fRestart == 0)) in refill()