Searched refs:bc_vec_concat (Results 1 – 6 of 6) sorted by relevance
/external/bc/src/ |
D | args.c | 78 bc_vec_concat(&vm.exprs, str); in bc_args_exprs() 79 bc_vec_concat(&vm.exprs, "\n"); in bc_args_exprs()
|
D | vector.c | 216 void bc_vec_concat(BcVec *restrict v, const char *restrict str) { in bc_vec_concat() function
|
D | history.c | 1105 bc_vec_concat(&h->buf, str); in bc_history_printCtrl() 1346 bc_vec_concat(vec, "\n"); in bc_history_line()
|
D | vm.c | 706 bc_vec_concat(&buffer, buf.v);
|
/external/bc/include/ |
D | vector.h | 75 void bc_vec_concat(BcVec *restrict v, const char *restrict str);
|
/external/toybox/toys/pending/ |
D | bc.c | 950 void bc_vec_concat(BcVec *v, char *str) { in bc_vec_concat() function 5758 bc_vec_concat(&buffer, buf.v); in bc_vm_stdin() 5784 bc_vec_concat(&buffer, buf.v); in bc_vm_stdin()
|