Home
last modified time | relevance | path

Searched refs:bc_program_esc_chars (Results 1 – 3 of 3) sorted by relevance

/external/bc/include/
Dprogram.h184 extern const char bc_program_esc_chars[];
/external/bc/src/
Ddata.c1028 const char bc_program_esc_chars[] = "ab\\efnqrt"; variable
Dprogram.c545 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()