Home
last modified time | relevance | path

Searched refs:ForthEnv (Results 1 – 3 of 3) sorted by relevance

/external/skia/forth/
DForth.cpp461 class ForthEnv::Impl {
467 ForthEnv::ForthEnv() { in ForthEnv() function in ForthEnv
471 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) {
DForth.h86 class ForthEnv {
88 ForthEnv();
89 ~ForthEnv();
DForthTests.cpp383 ForthEnv env; in Forth_test_stdwords()