Searched refs:token_table (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py169 def FindFirstInLine(line, token_table):
171 for (regex, token_type) in token_table:
186 def FindFirst(lines, token_table, cursor):
194 m = FindFirstInLine(line, token_table)
/freebsd-13-stable/contrib/byacc/
H A Doutput.c1273 if (token_table && rflag && fp != externs_file)
1402 if (token_table)
1538 if (token_table)
H A Dmain.c95 int token_table; variable

Completed in 177 milliseconds