Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dlex.c152 bc_lex_num(BcLex* l, char start, bool int_only) in bc_lex_num() argument
163 for (i = 0; (c = buf[i]) && (BC_LEX_NUM_CHAR(c, pt, int_only) || in bc_lex_num()
182 if (!BC_LEX_NUM_CHAR(c, pt, int_only)) break; in bc_lex_num()
/freebsd/contrib/bc/include/
H A Dlex.h102 #define BC_LEX_NUM_CHAR(c, pt, int_only) \ argument
104 ((c) == '.' && !(pt) && !(int_only)))