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

/freebsd-13-stable/contrib/bc/include/
H A Dlex.h66 #define BC_LEX_NUM_CHAR(c, pt, int_only) \
68 ((c) == '.' && !(pt) && !(int_only)))
/freebsd-13-stable/contrib/bc/src/
H A Dlex.c93 static size_t bc_lex_num(BcLex *l, char start, bool int_only) { argument
100 for (i = 0; (c = buf[i]) && (BC_LEX_NUM_CHAR(c, pt, int_only) ||
114 if (!BC_LEX_NUM_CHAR(c, pt, int_only)) break;

Completed in 102 milliseconds