Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dhistory.c572 bc_history_nextLen(const char* buf, size_t buf_len, size_t pos, size_t* col_len) in bc_history_nextLen() argument
583 if (col_len != NULL) *col_len = 0; in bc_history_nextLen()
590 if (col_len != NULL) *col_len = bc_history_wchar(cp) ? 2 : 1; in bc_history_nextLen()
781 size_t col_len, len; in bc_history_colPos() local
783 len = bc_history_nextLen(buf, buf_len, off, &col_len); in bc_history_colPos()
786 ret += col_len; in bc_history_colPos()