HomeSort by relevance Sort by last modified time
    Searched refs:ForthEnv (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/forth/
Forth.h 86 class ForthEnv {
88 ForthEnv();
89 ~ForthEnv();
Forth.cpp 461 class ForthEnv::Impl {
467 ForthEnv::ForthEnv() {
471 ForthEnv::~ForthEnv() {
475 void ForthEnv::addWord(const char name[], ForthWord* word) {
479 void ForthEnv::parse(const char text[]) {
483 ForthWord* ForthEnv::findWord(const char name[]) {
487 void ForthEnv::run(ForthOutput* output) {
493 void ForthEnv::run(const char text[], ForthOutput* output)
    [all...]
ForthTests.cpp 383 ForthEnv env;

Completed in 83 milliseconds