Searched refs:last_pt (Results 1 – 1 of 1) sorted by relevance
161 bool last_pt, pt = (start == '.'); in bc_lex_num() local190 last_pt = (c == '.'); in bc_lex_num()194 if (pt && last_pt) break; in bc_lex_num()197 pt = pt || last_pt; in bc_lex_num()