Home
last modified time | relevance | path

Searched refs:token_table (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dpump.py169 def FindFirstInLine(line, token_table): argument
171 for (regex, token_type) in token_table:
186 def FindFirst(lines, token_table, cursor): argument
194 m = FindFirstInLine(line, token_table)
/freebsd-13.1/contrib/byacc/
H A Doutput.c1273 if (token_table && rflag && fp != externs_file) in output_defines()
1402 if (token_table) in output_debug()
1538 if (token_table) in output_debug()
H A Dmain.c95 int token_table; variable
H A Ddefs.h303 extern int token_table;
H A Dreader.c1859 token_table = 1; in read_declarations()