Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dhistory.h370 extern const char bc_history_tab[];
/freebsd/contrib/bc/src/
H A Ddata.c412 const char bc_history_tab[] = "\t"; variable
413 const size_t bc_history_tab_len = sizeof(bc_history_tab) - 1;
H A Dhistory.c1874 memcpy(cbuf, bc_history_tab, bc_history_tab_len + 1); in bc_history_edit()