Searched refs:vmTextOut (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/stand/ficl/ |
| HD | tools.c | 101 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() 330 vmTextOut(pVM, pVM->pad, 1); in seeXT() 337 vmTextOut(pVM, pVM->pad, 1); in seeXT() 344 vmTextOut(pVM, pVM->pad, 1); in seeXT() 348 vmTextOut(pVM, pVM->pad, 1); in seeXT() [all …]
|
| HD | testmain.c | 62 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 …]
|
| HD | float.c | 326 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()
|
| HD | ficl.c | 234 vmTextOut(pVM, "Parse steps:", 1); in ficlListParseSteps() 235 vmTextOut(pVM, "lookup", 1); in ficlListParseSteps() 241 vmTextOut(pVM, pSys->parseList[i]->name, 1); in ficlListParseSteps()
|
| HD | vm.c | 551 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() function 577 vmTextOut(pVM, pVM->pad, 1); in vmThrowErr()
|
| HD | words.c | 185 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()
|
| HD | ficl.h | 590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline); 591 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
|
| HD | loader.c | 444 vmTextOut(pVM, pVM->pad, 0); in displayCellNoPad()
|