Home
last modified time | relevance | path

Searched refs:n_keyword_lists (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Parser/
H A Dpegen.c135 if (name_len >= p->n_keyword_lists || in _get_keyword_or_name_type()
762 p->n_keyword_lists = -1; in _PyPegen_Parser_New()
H A Dpegen.h67 int n_keyword_lists; member
H A Dparser.c15 static const int n_keyword_lists = 9; variable
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dc_generator.py55 p->n_keyword_lists = n_keyword_lists;
484 n_keyword_lists = (
487 self.print(f"static const int n_keyword_lists = {n_keyword_lists};")

Completed in 45 milliseconds