Searched refs:bc_program_esc_chars (Results 1 – 3 of 3) sorted by relevance
1418 const char bc_program_esc_chars[] = "ab\\efnqrt"; variable
916 ptr = strchr(bc_program_esc_chars, c); in bc_program_printString()930 c = bc_program_esc_seqs[(size_t) (ptr - bc_program_esc_chars)]; in bc_program_printString()
464 extern const char bc_program_esc_chars[];467 /// characters in bc_program_esc_chars.