Searched refs:BC_LEX_NUM_CHAR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | lex.c | 167 for (i = 0; (c = buf[i]) && (BC_LEX_NUM_CHAR(c, pt, int_only) || in bc_lex_num() 186 if (!BC_LEX_NUM_CHAR(c, pt, int_only)) break; in bc_lex_num() 243 if (BC_ERR(!BC_LEX_NUM_CHAR(c, false, true))) in bc_lex_number()
|
| H A D | dc_lex.c | 47 return !BC_LEX_NUM_CHAR(c, false, false); in dc_lex_negCommand() 248 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false))) in dc_lex_token()
|
| H A D | bc_lex.c | 310 if (BC_LEX_NUM_CHAR(c2, true, false)) bc_lex_number(l, c); in bc_lex_token()
|
| /freebsd/contrib/bc/include/ |
| H A D | lex.h | 102 #define BC_LEX_NUM_CHAR(c, pt, int_only) \ macro
|