Searched refs:bc_vec_string (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/bc/include/ |
| H A D | vector.h | 246 void bc_vec_string(BcVec *restrict v, size_t len, const char *restrict str);
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | bc_lex.c | 133 bc_vec_string(&l->str, len, l->buf + l->i); in bc_lex_string()
|
| H A D | file.c | 140 bc_vec_string(&vm.history.extras, f->len - i, f->buf + i); in bc_file_flushErr()
|
| H A D | lex.c | 235 bc_vec_string(&l->str, i, buf); in bc_lex_name()
|
| H A D | bc_parse.c | 1198 bc_vec_string(&p->l.str, sizeof(bc_parse_one) - 1, bc_parse_one); in bc_parse_for() 1365 bc_vec_string(&p->buf, p->l.str.len, p->l.str.v); in bc_parse_func() 1433 bc_vec_string(&p->buf, p->l.str.len - 1, p->l.str.v); in bc_parse_auto()
|
| H A D | history.c | 991 bc_vec_string(&h->buf, strlen(str), str); in bc_history_edit_next() 1557 bc_vec_string(&h->buf, 0, ""); in bc_history_edit()
|
| H A D | vector.c | 246 void bc_vec_string(BcVec *restrict v, size_t len, const char *restrict str) { in bc_vec_string() function
|