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.c582 bc_history_nextLen(const char* buf, size_t buf_len, size_t pos, size_t* col_len) in bc_history_nextLen() argument
593 if (col_len != NULL) *col_len = 0; in bc_history_nextLen()
600 if (col_len != NULL) *col_len = bc_history_wchar(cp) ? 2 : 1; in bc_history_nextLen()
791 size_t col_len, len; in bc_history_colPos() local
793 len = bc_history_nextLen(buf, buf_len, off, &col_len); in bc_history_colPos()
796 ret += col_len; in bc_history_colPos()