Searched refs:bc_parse_zero (Results 1 – 3 of 3) sorted by relevance
97 // non-empty string with a nul terminator, just in case bc_parse_zero or in bc_parse_addNum() 103 if (bc_parse_zero[0] == string[0] && bc_parse_zero[1] == string[1]) in bc_parse_addNum()
844 const char bc_parse_zero[2] = "0"; variable
277 extern const char bc_parse_zero[2];