Searched refs:_ERROR_ (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/basic/source/comp/ |
H A D | token.cxx | 103 { _ERROR_, "Error" }, 362 COMPARE, COMPATIBLE, DEFERR, _ERROR_, BASIC_EXPLICIT, LIB, LINE, LPRINT, NAME, in TokenLabelInfo() 618 else if( eCurTok >= DATATYPE1 && eCurTok <= DATATYPE2 && (bErrorIsSymbol || eCurTok != _ERROR_) ) in Next()
|
H A D | loops.cxx | 473 eTok = _ERROR_; // Error kommt als SYMBOL in On() 474 if( eTok != _ERROR_ && eTok != LOCAL ) OnGoto(); in On()
|
H A D | parser.cxx | 71 { _ERROR_, &SbiParser::ErrorStmnt, N, Y, }, // ERROR
|
H A D | dim.cxx | 105 case _ERROR_: in TypeDecl()
|
/aoo41x/main/basic/source/inc/ |
H A D | token.hxx | 62 _ERROR_, TBOOLEAN, TVARIANT, TBYTE, enumerator
|
Completed in 26 milliseconds