Home
last modified time | relevance | path

Searched refs:bc_vec_push (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/bc/src/
H A Dlex.c199 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 Dprogram.c134 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 Dbc_parse.c194 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 Ddc_lex.c141 if (depth) bc_vec_push(&l->str, &c); in dc_lex_string()
H A Dargs.c384 bc_vec_push(&vm->files, argv + i); in bc_args()
H A Dparse.c265 bc_vec_push(&p->flags, &flag); in bc_parse_init()
H A Dvector.c202 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 Dlang.c90 bc_vec_push(&f->autos, &a); in bc_func_insert()
H A Dvm.c535 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 Dlibrary.c253 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 Dhistory.c1719 bc_vec_push(&h->history, &line); in bc_history_add()
1744 bc_vec_push(&h->history, &line); in bc_history_add_empty()
H A Dnum.c3239 bc_vec_push(&stack, &dig); in bc_num_printNum()
/freebsd/contrib/bc/include/
H A Dstatus.h822 bc_vec_push(&vm->jmp_bufs, &sjb); \
892 bc_vec_push(&vm->jmp_bufs, &sjb); \
H A Dvector.h194 bc_vec_push(BcVec* restrict v, const void* data);