Home
last modified time | relevance | path

Searched refs:bc_vec_pop (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/bc/src/
H A Dprogram.c983 bc_vec_pop(&p->results); in bc_program_print()
1190 if (!push) bc_vec_pop(v); in bc_program_assignStr()
1336 bc_vec_pop(&p->results); in bc_program_copyToVar()
1705 bc_vec_pop(&p->results); in bc_program_pushArray()
1927 bc_vec_pop(v); in bc_program_return()
1939 bc_vec_pop(&p->stack); in bc_program_return()
2336 bc_vec_pop(&p->results); in bc_program_asciify()
2372 bc_vec_pop(&p->results); in bc_program_printStream()
2615 bc_vec_pop(&p->results); in bc_program_execStr()
2629 bc_vec_pop(&p->stack); in bc_program_execStr()
[all …]
H A Dbc_parse.c181 bc_vec_pop(&p->exits); in bc_parse_setLabel()
283 bc_vec_pop(&p->ops); in bc_parse_operator()
307 bc_vec_pop(&p->ops); in bc_parse_rightParen()
312 bc_vec_pop(&p->ops); in bc_parse_rightParen()
998 bc_vec_pop(&p->conds); in bc_parse_endBody()
1002 bc_vec_pop(&p->flags); in bc_parse_endBody()
1010 bc_vec_pop(&p->flags); in bc_parse_endBody()
1026 bc_vec_pop(&p->flags); in bc_parse_endBody()
1070 bc_vec_pop(&p->flags); in bc_parse_endBody()
2514 bc_vec_pop(&p->ops); in bc_parse_expr_err()
[all …]
H A Dvm.c112 if (vm->sig_pop) bc_vec_pop(&vm->jmp_bufs);
1299 bc_vec_pop(&vm->buffer);
H A Dlibrary.c266 if (vm->ctxts.len) bc_vec_pop(&vm->ctxts); in bcl_popContext()
509 bc_vec_pop(&ctxt->free_nums); in bcl_num_insert()
H A Dhistory.c1866 bc_vec_pop(&h->history); in bc_history_edit()
/freebsd-14.2/contrib/bc/include/
H A Dstatus.h839 if (!vm->sig_pop) bc_vec_pop(&vm->jmp_bufs); \
869 bc_vec_pop(&vm->jmp_bufs); \
910 bc_vec_pop(&vm->jmp_bufs); \
H A Dvector.h364 #define bc_vec_pop(v) (bc_vec_npop((v), 1)) macro
/freebsd-14.2/contrib/bc/
H A DNEWS.md849 calling the function `bc_vec_pop(v)` twice instead of calling