Home
last modified time | relevance | path

Searched refs:GETCHAR (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_tokenizer.cpp247 switch (GETCHAR(0)) { in _advance()
265 while (GETCHAR(0) == ' ' || GETCHAR(0) == '\t') { in _advance()
280 while (GETCHAR(i) == ' ' || GETCHAR(i) == '\t') { in _advance()
302 while (GETCHAR(i) == ' ' || GETCHAR(i) == '\t') { in _advance()
312 switch (GETCHAR(1)) { in _advance()
371 if (GETCHAR(1) == '=') { in _advance()
380 if (GETCHAR(1) == '=') { in _advance()
535 if (CharType(GETCHAR(1)) != '"' && CharType(GETCHAR(1)) != '\'') { in _advance()
545 if (GETCHAR(0) == '\'') in _advance()
667 if (_is_number(GETCHAR(0)) || (GETCHAR(0) == '.' && _is_number(GETCHAR(1)))) { in _advance()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_tokenizer.cpp247 switch (GETCHAR(0)) { in _advance()
265 while (GETCHAR(0) == ' ' || GETCHAR(0) == '\t') { in _advance()
280 while (GETCHAR(i) == ' ' || GETCHAR(i) == '\t') { in _advance()
302 while (GETCHAR(i) == ' ' || GETCHAR(i) == '\t') { in _advance()
312 switch (GETCHAR(1)) { in _advance()
371 if (GETCHAR(1) == '=') { in _advance()
380 if (GETCHAR(1) == '=') { in _advance()
535 if (CharType(GETCHAR(1)) != '"' && CharType(GETCHAR(1)) != '\'') { in _advance()
545 if (GETCHAR(0) == '\'') in _advance()
667 if (_is_number(GETCHAR(0)) || (GETCHAR(0) == '.' && _is_number(GETCHAR(1)))) { in _advance()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_tokenizer.cpp486 switch (GETCHAR(0)) { in _advance()
504 while (GETCHAR(0) == ' ' || GETCHAR(0) == '\t') { in _advance()
520 comment += GETCHAR(0); in _advance()
571 switch (GETCHAR(1)) { in _advance()
583 if (GETCHAR(1) == '=') { in _advance()
592 if (GETCHAR(1) == '=') { in _advance()
609 if (GETCHAR(1) == '=') { in _advance()
752 if (CharType(GETCHAR(1)) != '"' && CharType(GETCHAR(1)) != '\'') { in _advance()
762 if (GETCHAR(0) == '\'') in _advance()
880 if (_is_number(GETCHAR(0)) || (GETCHAR(0) == '.' && _is_number(GETCHAR(1)))) { in _advance()
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_tokenizer.cpp486 switch (GETCHAR(0)) { in _advance()
504 while (GETCHAR(0) == ' ' || GETCHAR(0) == '\t') { in _advance()
520 comment += GETCHAR(0); in _advance()
571 switch (GETCHAR(1)) { in _advance()
583 if (GETCHAR(1) == '=') { in _advance()
592 if (GETCHAR(1) == '=') { in _advance()
609 if (GETCHAR(1) == '=') { in _advance()
752 if (CharType(GETCHAR(1)) != '"' && CharType(GETCHAR(1)) != '\'') { in _advance()
762 if (GETCHAR(0) == '\'') in _advance()
880 if (_is_number(GETCHAR(0)) || (GETCHAR(0) == '.' && _is_number(GETCHAR(1)))) { in _advance()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/opencl/
H A Doldoffice_kernel.cl229 PUTCHAR(W, 4, GETCHAR(md5, 4));
240 PUTCHAR(W, 63, GETCHAR(md5, 0));
254 PUTCHAR(W, 62, GETCHAR(md5, 0));
255 PUTCHAR(W, 63, GETCHAR(md5, 1));
269 PUTCHAR(W, 61, GETCHAR(md5, 0));
270 PUTCHAR(W, 62, GETCHAR(md5, 1));
271 PUTCHAR(W, 63, GETCHAR(md5, 2));
285 PUTCHAR(W, 60, GETCHAR(md5, 0));
286 PUTCHAR(W, 61, GETCHAR(md5, 1));
287 PUTCHAR(W, 62, GETCHAR(md5, 2));
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t)
75 #define GETCHAR(t) (t)
108 if (GETCHAR(*p) != GETCHAR(*t))
168 firstpat = GETCHAR(p[1]);
171 firstpat = GETCHAR(*p);
175 if (GETCHAR(*t) == firstpat)
200 else if (GETCHAR(*p) != GETCHAR(*t))
354 #undef GETCHAR
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t) macro
75 #define GETCHAR(t) (t) macro
108 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
168 firstpat = GETCHAR(p[1]); in MatchText()
171 firstpat = GETCHAR(*p); in MatchText()
175 if (GETCHAR(*t) == firstpat) in MatchText()
200 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
354 #undef GETCHAR
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dlike_match.c73 #define GETCHAR(t) MATCH_LOWER(t)
75 #define GETCHAR(t) (t)
108 if (GETCHAR(*p) != GETCHAR(*t))
168 firstpat = GETCHAR(p[1]);
171 firstpat = GETCHAR(*p);
175 if (GETCHAR(*t) == firstpat)
200 else if (GETCHAR(*p) != GETCHAR(*t))
354 #undef GETCHAR
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dlike_match.c74 #define GETCHAR(t) MATCH_LOWER(t) macro
76 #define GETCHAR(t) (t) macro
109 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
169 firstpat = GETCHAR(p[1]); in MatchText()
172 firstpat = GETCHAR(*p); in MatchText()
176 if (GETCHAR(*t) == firstpat) in MatchText()
201 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
355 #undef GETCHAR
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dlike_match.c74 #define GETCHAR(t) MATCH_LOWER(t) macro
76 #define GETCHAR(t) (t) macro
109 if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
169 firstpat = GETCHAR(p[1]); in MatchText()
172 firstpat = GETCHAR(*p); in MatchText()
176 if (GETCHAR(*t) == firstpat) in MatchText()
201 else if (GETCHAR(*p) != GETCHAR(*t)) in MatchText()
355 #undef GETCHAR

12345678910>>...26