Searched refs:last_pt (Results 1 – 2 of 2) sorted by relevance
101 bool last_pt, pt = (start == '.'); in bc_lex_num() local122 last_pt = (c == '.'); in bc_lex_num()123 if (pt && last_pt) break; in bc_lex_num()124 pt = pt || last_pt; in bc_lex_num()
2509 int last_pt, pt = (start == '.'); in bc_lex_number() local2536 last_pt = (c == '.'); in bc_lex_number()2537 if (pt && last_pt) break; in bc_lex_number()2538 pt = pt || last_pt; in bc_lex_number()