Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dhistory.c254 bc_history_prompt = bc_vm_strdup(prompt); in bc_history_line()
257 else bc_history_prompt = bc_vm_strdup(prompt); in bc_history_line()
1308 if (h->buf.v[0]) dup = bc_vm_strdup(h->buf.v); in bc_history_edit_next()
2086 line = bc_vm_strdup(h->buf.v); in bc_history_line()
H A Dvm.c549 start = buf = vm->env_args_buffer = bc_vm_strdup(env_args);
867 bc_vm_strdup(const char* str) function
H A Dvector.c581 slab.s = bc_vm_strdup(str); in bc_slabvec_strdup()
H A Dlibrary.c1393 str = bc_vm_strdup(vm->out.v); in bcl_string_helper()
H A Dbc_parse.c412 name = bc_vm_strdup(p->l.str.v); in bc_parse_name()
/freebsd/contrib/bc/include/
H A Dvm.h913 bc_vm_strdup(const char* str);