Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dtools.c100 vmTextOut(pVM, "dbg> ", 0); in debugPrompt()
287 vmTextOut(pVM, pVM->pad, 1); in seeColon()
290 vmTextOut(pVM, ";", 1); in seeColon()
313 vmTextOut(pVM, pVM->pad, 1); in seeXT()
318 vmTextOut(pVM, "does>", 1); in seeXT()
323 vmTextOut(pVM, "create", 1); in seeXT()
329 vmTextOut(pVM, pVM->pad, 1); in seeXT()
336 vmTextOut(pVM, pVM->pad, 1); in seeXT()
343 vmTextOut(pVM, pVM->pad, 1); in seeXT()
347 vmTextOut(pVM, pVM->pad, 1); in seeXT()
[all …]
H A Dtestmain.c61 vmTextOut(pVM, cp, 1); in ficlGetCWD()
82 vmTextOut(pVM, "Error: path not found", 1); in ficlChDir()
88 vmTextOut(pVM, "Warning (chdir): nothing happened", 1); in ficlChDir()
112 vmTextOut(pVM, pVM->pad, 1); in ficlSystem()
118 vmTextOut(pVM, "Warning (system): nothing happened", 1); in ficlSystem()
147 vmTextOut(pVM, "Warning (load): nothing happened", 1); in ficlLoad()
158 vmTextOut(pVM, "Unable to stat file: ", 0); in ficlLoad()
159 vmTextOut(pVM, pFilename->text, 1); in ficlLoad()
166 vmTextOut(pVM, "Unable to open file ", 0); in ficlLoad()
167 vmTextOut(pVM, pFilename->text, 1); in ficlLoad()
[all …]
H A Dfloat.c325 vmTextOut(pVM, pVM->pad, 0); in FDot()
342 vmTextOut(pVM, pVM->pad, 0); in EDot()
358 vmTextOut(pVM, "F:", 0); in displayFStack()
361 vmTextOut(pVM, "[0]", 0); in displayFStack()
367 vmTextOut(pVM,pVM->pad,0); in displayFStack()
373 vmTextOut(pVM,pVM->pad,0); in displayFStack()
H A Dficl.c233 vmTextOut(pVM, "Parse steps:", 1); in ficlListParseSteps()
234 vmTextOut(pVM, "lookup", 1); in ficlListParseSteps()
240 vmTextOut(pVM, pSys->parseList[i]->name, 1); in ficlListParseSteps()
H A Dvm.c550 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() function
576 vmTextOut(pVM, pVM->pad, 1); in vmThrowErr()
H A Dwords.c184 vmTextOut(pVM, "Warning -- Unmatched control word: ", 0); in resolveAbsBranch()
185 vmTextOut(pVM, tag, 1); in resolveAbsBranch()
653 vmTextOut(pVM, pVM->pad, 0); in displayCell()
666 vmTextOut(pVM, pVM->pad, 0); in uDot()
680 vmTextOut(pVM, pVM->pad, 0); in hexDot()
1026 vmTextOut(pVM, cp, 0); in emit()
1033 vmTextOut(pVM, "", 1); in cr()
2685 vmTextOut(pVM, pVM->pad, 0); in dotParen()
3510 vmTextOut(pVM, pDest, 0); in type()
4027 vmTextOut(pVM, "ficl Version " FICL_VER, 1); in ficlVersion()
H A Dficl.h589 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
H A Dloader.c468 vmTextOut(pVM, pVM->pad, 0); in displayCellNoPad()