Searched refs:last_pt (Results 1 – 2 of 2) sorted by relevance
98 bool last_pt, pt = (start == '.'); in bc_lex_num() local119 last_pt = (c == '.'); in bc_lex_num()120 if (pt && last_pt) break; in bc_lex_num()121 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()