Searched refs:bc_vec_push (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | lex.c | 199 bc_vec_push(&l->str, &c); in bc_lex_num() 212 bc_vec_push(&l->str, &start); in bc_lex_number() 230 bc_vec_push(&l->str, &c); in bc_lex_number() 237 bc_vec_push(&l->str, &c); in bc_lex_number()
|
H A D | program.c | 134 bc_vec_push(p->globals_v + i, p->globals + i); in bc_program_prepGlobals() 215 bc_vec_push(&p->results, &res); in bc_program_pushBigdig() 828 bc_vec_push(&p->stack, &ip); in bc_program_read() 835 bc_vec_push(&p->tail_calls, &temp); in bc_program_read() 1325 bc_vec_push(vec, &r.d); in bc_program_copyToVar() 1349 bc_vec_push(vec, &r.d); in bc_program_copyToVar() 1498 bc_vec_push(&p->results, &res); in bc_program_assign() 1587 bc_vec_push(&p->results, &res); in bc_program_assign() 1650 bc_vec_push(&p->results, &r); in bc_program_pushVar() 1670 bc_vec_push(&p->results, &r); in bc_program_pushVar() [all …]
|
H A D | bc_parse.c | 194 bc_vec_push(&p->func->labels, &idx); in bc_parse_createLabel() 207 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel() 235 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel() 287 bc_vec_push(&p->ops, &type); in bc_parse_operator() 805 if (type != BC_LEX_OP_MINUS) bc_vec_push(&p->ops, &type); in bc_parse_minus() 1086 bc_vec_push(&p->flags, &flags); in bc_parse_startBody() 2204 bc_vec_push(&p->ops, &t); in bc_parse_expr_err()
|
H A D | dc_lex.c | 141 if (depth) bc_vec_push(&l->str, &c); in dc_lex_string()
|
H A D | args.c | 384 bc_vec_push(&vm->files, argv + i); in bc_args()
|
H A D | parse.c | 265 bc_vec_push(&p->flags, &flag); in bc_parse_init()
|
H A D | vector.c | 202 bc_vec_push(BcVec* restrict v, const void* data) in bc_vec_push() function 267 if (idx == v->len) bc_vec_push(v, data); in bc_vec_pushAt()
|
H A D | lang.c | 90 bc_vec_push(&f->autos, &a); in bc_func_insert()
|
H A D | vm.c | 535 bc_vec_push(&vm->env_args, &env_args_name); 560 bc_vec_push(&vm->env_args, &buf); 587 bc_vec_push(&vm->env_args, &buf);
|
H A D | library.c | 253 bc_vec_push(&vm->ctxts, &ctxt); in bcl_pushContext() 538 bc_vec_push(&ctxt->nums, n); in bcl_num_insert() 583 bc_vec_push(&ctxt->free_nums, &n); in bcl_num_dtor()
|
H A D | history.c | 1719 bc_vec_push(&h->history, &line); in bc_history_add() 1744 bc_vec_push(&h->history, &line); in bc_history_add_empty()
|
H A D | num.c | 3239 bc_vec_push(&stack, &dig); in bc_num_printNum()
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 822 bc_vec_push(&vm->jmp_bufs, &sjb); \ 892 bc_vec_push(&vm->jmp_bufs, &sjb); \
|
H A D | vector.h | 194 bc_vec_push(BcVec* restrict v, const void* data);
|