Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dtools.c101 vmTextOut(pVM, "dbg> ", 0); in debugPrompt()
288 vmTextOut(pVM, pVM->pad, 1); in seeColon()
291 vmTextOut(pVM, ";", 1); in seeColon()
314 vmTextOut(pVM, pVM->pad, 1); in seeXT()
319 vmTextOut(pVM, "does>", 1); in seeXT()
324 vmTextOut(pVM, "create", 1); in seeXT()
584 vmTextOut(pVM, "", 1); in stepBreak()
640 vmTextOut(pVM, " ", 0); in displayPStack()
802 vmTextOut(pVM, pPad, 1); in listWords()
807 vmTextOut(pVM, pVM->pad, 1); in listWords()
[all …]
H A Dtestmain.c62 vmTextOut(pVM, cp, 1); in ficlGetCWD()
83 vmTextOut(pVM, "Error: path not found", 1); in ficlChDir()
89 vmTextOut(pVM, "Warning (chdir): nothing happened", 1); in ficlChDir()
113 vmTextOut(pVM, pVM->pad, 1); in ficlSystem()
119 vmTextOut(pVM, "Warning (system): nothing happened", 1); in ficlSystem()
148 vmTextOut(pVM, "Warning (load): nothing happened", 1); in ficlLoad()
159 vmTextOut(pVM, "Unable to stat file: ", 0); in ficlLoad()
160 vmTextOut(pVM, pFilename->text, 1); in ficlLoad()
167 vmTextOut(pVM, "Unable to open file ", 0); in ficlLoad()
168 vmTextOut(pVM, pFilename->text, 1); in ficlLoad()
[all …]
H A Dfloat.c326 vmTextOut(pVM, pVM->pad, 0); in FDot()
343 vmTextOut(pVM, pVM->pad, 0); in EDot()
359 vmTextOut(pVM, "F:", 0); in displayFStack()
362 vmTextOut(pVM, "[0]", 0); in displayFStack()
368 vmTextOut(pVM,pVM->pad,0); in displayFStack()
374 vmTextOut(pVM,pVM->pad,0); in displayFStack()
H A Dficl.c234 vmTextOut(pVM, "Parse steps:", 1); in ficlListParseSteps()
235 vmTextOut(pVM, "lookup", 1); in ficlListParseSteps()
241 vmTextOut(pVM, pSys->parseList[i]->name, 1); in ficlListParseSteps()
H A Dvm.c551 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() function
577 vmTextOut(pVM, pVM->pad, 1); in vmThrowErr()
H A Dwords.c185 vmTextOut(pVM, "Warning -- Unmatched control word: ", 0); in resolveAbsBranch()
186 vmTextOut(pVM, tag, 1); in resolveAbsBranch()
654 vmTextOut(pVM, pVM->pad, 0); in displayCell()
667 vmTextOut(pVM, pVM->pad, 0); in uDot()
681 vmTextOut(pVM, pVM->pad, 0); in hexDot()
1027 vmTextOut(pVM, cp, 0); in emit()
1034 vmTextOut(pVM, "", 1); in cr()
2686 vmTextOut(pVM, pVM->pad, 0); in dotParen()
3511 vmTextOut(pVM, pDest, 0); in type()
4028 vmTextOut(pVM, "ficl Version " FICL_VER, 1); in ficlVersion()
H A Dficl.h590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
591 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
H A Dloader.c444 vmTextOut(pVM, pVM->pad, 0); in displayCellNoPad()