#include <stdio.h>#include <stdlib.h>#include <string.h>#include "RexxCore.h"#include "StreamCommandParser.h"Go to the source code of this file.
Functions | |
| int | parser (TokenDefinition *ttsp, const char *tokenString, void *userparms) |
| int parser | ( | TokenDefinition * | ttsp, |
| const char * | tokenString, | ||
| void * | userparms | ||
| ) |
Definition at line 121 of file StreamCommandParser.cpp.
References TokenDefinition::actions, TokenDefinition::callUnknown(), StreamToken::equals(), StreamToken::getLength(), TokenDefinition::isValid(), ParseAction::isValid(), TokenDefinition::minlength, StreamToken::nextToken(), StreamToken::previousToken(), and TokenDefinition::token.
Referenced by StreamInfo::handleOpen(), StreamInfo::queryStreamPosition(), StreamInfo::streamOpen(), and StreamInfo::streamPosition().