Home
last modified time | relevance | path

Searched refs:lex_uc_ident (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/telegram-cli/tg-20200106/tgl/tl-parser/
H A Dtl-parser.h31 lex_uc_ident, enumerator
H A Dtl-parser.c258 parse.lex.type = lex_uc_ident; in parse_lex()
274 parse.lex.type = lex_uc_ident; in parse_lex()
373 if (parse.lex.type != lex_uc_ident) { in parse_boxed_type_ident()
415 …if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident) && !(parse.lex.flags & 3)) { in parse_var_ident()
429 if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident)&& !(parse.lex.flags & 3)) { in parse_var_ident_opt()
463 if (parse.lex.type == lex_uc_ident && !(parse.lex.flags & 2)) { in parse_type_ident()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/tl-parser/
H A Dtl-parser.h31 lex_uc_ident, enumerator
H A Dtl-parser.c258 parse.lex.type = lex_uc_ident; in parse_lex()
274 parse.lex.type = lex_uc_ident; in parse_lex()
373 if (parse.lex.type != lex_uc_ident) { in parse_boxed_type_ident()
415 …if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident) && !(parse.lex.flags & 3)) { in parse_var_ident()
429 if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident)&& !(parse.lex.flags & 3)) { in parse_var_ident_opt()
463 if (parse.lex.type == lex_uc_ident && !(parse.lex.flags & 2)) { in parse_type_ident()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/tl-parser/
H A Dtl-parser.h34 lex_uc_ident, enumerator
H A Dtl-parser.c304 parse.lex.type = lex_uc_ident; in parse_lex()
320 parse.lex.type = lex_uc_ident; in parse_lex()
433 if (parse.lex.type != lex_uc_ident) { in parse_boxed_type_ident()
475 …if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident) && !(parse.lex.flags & 3)) { in parse_var_ident()
489 if ((parse.lex.type == lex_lc_ident || parse.lex.type == lex_uc_ident)&& !(parse.lex.flags & 3)) { in parse_var_ident_opt()
523 if (parse.lex.type == lex_uc_ident && !(parse.lex.flags & 2)) { in parse_type_ident()