Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Ddata.c1418 const char bc_program_esc_chars[] = "ab\\efnqrt"; variable
H A Dprogram.c916 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()
/freebsd/contrib/bc/include/
H A Dprogram.h464 extern const char bc_program_esc_chars[];
467 /// characters in bc_program_esc_chars.