Searched refs:bc_program_esc_chars (Results 1 – 3 of 3) sorted by relevance
184 extern const char bc_program_esc_chars[];
1028 const char bc_program_esc_chars[] = "ab\\efnqrt"; variable
545 ptr = strchr(bc_program_esc_chars, c); in bc_program_printString()549 c = bc_program_esc_seqs[(size_t) (ptr - bc_program_esc_chars)]; in bc_program_printString()