Searched refs:bc_vec_concat (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | args.c | 67 bc_vec_concat(&vm->exprs, str); in bc_args_exprs() 68 bc_vec_concat(&vm->exprs, "\n"); in bc_args_exprs()
|
H A D | history.c | 194 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 D | vector.c | 313 bc_vec_concat(BcVec* restrict v, const char* restrict str) in bc_vec_concat() function
|
H A D | vm.c | 1178 if (good) bc_vec_concat(&vm->buffer, vm->line_buf.v);
|
/aosp_15_r20/external/bc/include/ |
H A D | vector.h | 264 bc_vec_concat(BcVec* restrict v, const char* restrict str);
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 1037 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()
|