Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/bc/src/
HDdata.c460 const uint32_t bc_history_combo_chars[] = { variable
676 const size_t bc_history_combo_chars_len = sizeof(bc_history_combo_chars) /
677 sizeof(bc_history_combo_chars[0]);
HDhistory.c486 if (bc_history_combo_chars[i] > cp) return false; in bc_history_comboChar()
487 if (bc_history_combo_chars[i] == cp) return true; in bc_history_comboChar()
/freebsd-13-stable/contrib/bc/include/
HDhistory.h379 extern const uint32_t bc_history_combo_chars[];