Home
last modified time | relevance | path

Searched refs:T_ERROR (Results 1 – 25 of 623) sorted by last modified time

12345678910>>...25

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp204 T_ERROR, T_EOF, T_NUMBER, T_N, T_PLURAL, T_NPLURALS, T_EQUAL, T_ASSIGN, enumerator
240 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR; in nextToken()
363 return type != wxPluralFormsToken::T_ERROR; in nextToken()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dintl.cpp204 T_ERROR, T_EOF, T_NUMBER, T_N, T_PLURAL, T_NPLURALS, T_EQUAL, T_ASSIGN, enumerator
240 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR; in nextToken()
363 return type != wxPluralFormsToken::T_ERROR; in nextToken()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dintl.cpp204 T_ERROR, T_EOF, T_NUMBER, T_N, T_PLURAL, T_NPLURALS, T_EQUAL, T_ASSIGN, enumerator
240 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR; in nextToken()
363 return type != wxPluralFormsToken::T_ERROR; in nextToken()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp204 T_ERROR, T_EOF, T_NUMBER, T_N, T_PLURAL, T_NPLURALS, T_EQUAL, T_ASSIGN, enumerator
240 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR; in nextToken()
363 return type != wxPluralFormsToken::T_ERROR; in nextToken()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp304 T_ERROR, T_EOF, T_NUMBER, T_N, T_PLURAL, T_NPLURALS, T_EQUAL, T_ASSIGN, enumerator
340 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR; in nextToken()
463 return type != wxPluralFormsToken::T_ERROR; in nextToken()
/dports/www/validator/markup-validator-validator-1_3-release/httpd/cgi-bin/
H A Dcheck82 use constant T_ERROR => 8; # 0000 1000
497 $File->{Tentative} |= T_ERROR; # Tag it as Invalid.
509 $File->{Tentative} |= T_ERROR;
521 $File->{Tentative} |= T_ERROR;
543 $File->{Tentative} |= T_ERROR; # Can never be valid.
2258 $File->{Tentative} |= T_ERROR; # Tag it as Invalid.
2267 $File->{Tentative} |= T_ERROR; # Tag it as Invalid.
2271 $File->{Tentative} |= T_ERROR; # Tag it as Invalid.
3374 use constant T_ERROR => 8; # 0000 1000
3629 use constant T_ERROR => 8; # 0000 1000
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Ddefs.c14 T_ERROR = -1, enumerator
188 if (!sf) return T_ERROR; in getatoken()
197 return T_ERROR; in getatoken()
216 case T_ERROR: in defsparser()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Ddirectives.c153 D(error, T_ERROR, STDC89, 0) /* 475 */ \
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/glsl/
H A Dglsllexer.cpp389 return Parser::T_ERROR; in yylex_helper()
H A Dglslparsertable_p.h103 T_ERROR = 173, enumerator
/dports/databases/redis-devel/redis-0e5b813/deps/lua/src/
H A Dlua_cjson.c94 T_ERROR, enumerator
406 cfg->ch2token[i] = T_ERROR; in json_create_config()
882 token->type = T_ERROR; in json_set_token_error()
1035 if (token->type == T_ERROR) { in json_next_token()
1108 if (token->type == T_ERROR) in json_throw_parse_error()
/dports/databases/redis6/redis-6.0.16/deps/lua/src/
H A Dlua_cjson.c94 T_ERROR, enumerator
406 cfg->ch2token[i] = T_ERROR; in json_create_config()
882 token->type = T_ERROR; in json_set_token_error()
1035 if (token->type == T_ERROR) { in json_next_token()
1108 if (token->type == T_ERROR) in json_throw_parse_error()
/dports/databases/redis5/redis-5.0.14/deps/lua/src/
H A Dlua_cjson.c94 T_ERROR, enumerator
406 cfg->ch2token[i] = T_ERROR; in json_create_config()
882 token->type = T_ERROR; in json_set_token_error()
1035 if (token->type == T_ERROR) { in json_next_token()
1108 if (token->type == T_ERROR) in json_throw_parse_error()
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_expr_parse.h44 T_ERROR = 262, enumerator
H A Dutil_expr_parse.c114 T_ERROR = 262, enumerator
H A Dutil_expr_scan.c602 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)
H A Dutil_expr_parse.y47 %token <cpVal> T_ERROR
114 | T_ERROR { YYABORT; }
126 | T_ERROR { YYABORT; }
156 | T_ERROR { YYABORT; }
H A Dutil_expr_scan.l63 #define PERROR(msg) do { yyextra->error2 = msg ; return T_ERROR; } while (0)
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py5197 T_ERROR = 0 variable in KProtocolInfo
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsgrammar_p.h79 T_ERROR = 99, enumerator
H A Dqmljs.g75 %token T_ERROR
H A Dqmljslexer.cpp586 return T_ERROR; in scanToken()
679 return T_ERROR; in scanToken()
717 return T_ERROR; in scanToken()
730 return T_ERROR; in scanToken()
774 return T_ERROR; in scanToken()
798 return T_ERROR; in scanToken()
822 return T_ERROR; in scanToken()
882 return T_ERROR; in scanToken()
910 return T_ERROR; in scanNumber()
931 return T_ERROR; in scanNumber()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/
H A DTLogging.h107 #define T_ERROR(format_string,...) \ macro
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/
H A DTLogging.h107 #define T_ERROR(format_string,...) \ macro
/dports/lang/php80/php-8.0.15/ext/tokenizer/
H A Dtokenizer.c368 ZEND_ASSERT(token_type != T_ERROR); in tokenize()

12345678910>>...25