/freebsd/stand/ficl/ |
H A D | tools.c | 100 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 D | testmain.c | 61 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 D | float.c | 325 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 D | ficl.c | 233 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 D | vm.c | 550 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) in vmTextOut() function 576 vmTextOut(pVM, pVM->pad, 1); in vmThrowErr()
|
H A D | words.c | 184 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 D | ficl.h | 589 void vmTextOut (FICL_VM *pVM, char *text, int fNewline); 590 void vmTextOut (FICL_VM *pVM, char *text, int fNewline);
|
H A D | loader.c | 468 vmTextOut(pVM, pVM->pad, 0); in displayCellNoPad()
|