Searched refs:last_pt (Results 1 – 1 of 1) sorted by relevance
2507 int last_pt, pt = (start == '.'); in bc_lex_number() local2534 last_pt = (c == '.'); in bc_lex_number()2535 if (pt && last_pt) break; in bc_lex_number()2536 pt = pt || last_pt; in bc_lex_number()