Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Dargs.c67 bc_vec_concat(&vm->exprs, str); in bc_args_exprs()
68 bc_vec_concat(&vm->exprs, "\n"); in bc_args_exprs()
H A Dhistory.c194 bc_vec_concat(&v, bc_history_editrc); in bc_history_init()
390 bc_vec_concat(vec, "\n"); in bc_history_line()
1794 bc_vec_concat(&h->buf, str); in bc_history_printCtrl()
2097 bc_vec_concat(vec, h->buf.v); in bc_history_line()
2098 bc_vec_concat(vec, "\n"); in bc_history_line()
H A Dvector.c313 bc_vec_concat(BcVec* restrict v, const char* restrict str) in bc_vec_concat() function
H A Dvm.c1178 if (good) bc_vec_concat(&vm->buffer, vm->line_buf.v);
/aosp_15_r20/external/bc/include/
H A Dvector.h264 bc_vec_concat(BcVec* restrict v, const char* restrict str);
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c1037 void bc_vec_concat(BcVec *v, char *str) { in bc_vec_concat() function
5845 bc_vec_concat(&buffer, buf.v); in bc_vm_stdin()
5871 bc_vec_concat(&buffer, buf.v); in bc_vm_stdin()