Lines Matching refs:vmTextOut
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()
227 vmTextOut(pVM, "unable to open file", 1); in spewHash()