Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Dficl.c396 if (pVM->fRestart) in ficlExecC()
399 pVM->fRestart = 0; in ficlExecC()
410 pVM->fRestart = 1; in ficlExecC()
Dtools.c491 if (!pVM->fRestart) in stepBreak()
527 pVM->fRestart = 0; in stepBreak()
Dvm.c502 pVM->fRestart = 0; in vmQuit()
Dficl.h482 short fRestart; /* Set TRUE to restart runningWord */ member
Dwords.c4533 if (ret && (pVM->fRestart == 0)) in refill()