Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/byacc/
H A Doutput.c1242 if (token_table && rflag && fp != externs_file) in output_defines()
1363 if (token_table) in output_debug()
1499 if (token_table) in output_debug()
H A Ddefs.h292 extern int token_table;
H A Dmain.c94 int token_table; variable
H A Dreader.c1705 token_table = 1; in read_declarations()