Searched refs:ForthEnv (Results 1 – 3 of 3) sorted by relevance
461 class ForthEnv::Impl {467 ForthEnv::ForthEnv() { in ForthEnv() function in ForthEnv471 ForthEnv::~ForthEnv() { in ~ForthEnv()475 void ForthEnv::addWord(const char name[], ForthWord* word) { in addWord()479 void ForthEnv::parse(const char text[]) { in parse()483 ForthWord* ForthEnv::findWord(const char name[]) { in findWord()487 void ForthEnv::run(ForthOutput* output) { in run()493 void ForthEnv::run(const char text[], ForthOutput* output) {
86 class ForthEnv {88 ForthEnv();89 ~ForthEnv();
383 ForthEnv env; in Forth_test_stdwords()