Home
last modified time | relevance | path

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

/external/bc/src/
Dhistory.c580 static bool bc_history_ansiEscape(const char *buf, size_t buf_len, size_t *len) in bc_history_ansiEscape() function
614 if (bc_history_ansiEscape(prompt + off, plen - off, &len)) { in bc_history_promptColLen()