Searched refs:BC_MAX_NUM (Results 1 – 1 of 1) sorted by relevance
600 #define BC_MAX_NUM BC_MAX_STRING macro1288 if (places + n->len > BC_MAX_NUM) in bc_num_shift()2541 if (l->str.len - pt > BC_MAX_NUM) in bc_lex_number()2542 return bc_lex_verr(l, BC_ERROR_EXEC_NUM_LEN, BC_MAX_NUM); in bc_lex_number()4100 printf("BC_NUM_MAX = %lu\n", BC_MAX_NUM); in bc_parse_stmt()