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

/freebsd-13-stable/contrib/bc/src/
H A Dlex.c98 bool last_pt, pt = (start == '.'); local
119 last_pt = (c == '.');
120 if (pt && last_pt) break;
121 pt = pt || last_pt;

Completed in 108 milliseconds