Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtools.c492 FICL_WORD *pOnStep; in stepBreak() local
509 pOnStep = ficlLookup(pVM->pSys, "on-step"); in stepBreak()
510 if (pOnStep) in stepBreak()
511 ficlExecXT(pVM, pOnStep); in stepBreak()