Searched refs:bc_history_codePoint (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/bc/src/ |
| D | history.c | 244 static size_t bc_history_codePoint(const char *s, size_t len, uint32_t *cp) { in bc_history_codePoint() function 308 size_t len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 327 len = bc_history_codePoint(buf + pos, buf_len - pos, &cp); in bc_history_nextLen() 354 bc_history_codePoint(buf + pos, len, &cp); in bc_history_prevLen() 461 *nread = bc_history_codePoint(buf, buf_len, cp); in bc_history_readCode()
|