Home
last modified time | relevance | path

Searched refs:bc_vec_popAll (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bc/src/
H A Dlang.c125 bc_vec_popAll(&f->code); in bc_func_reset()
130 bc_vec_popAll(&f->autos); in bc_func_reset()
131 bc_vec_popAll(&f->labels); in bc_func_reset()
187 bc_vec_popAll(d); in bc_array_copy()
H A Ddc_lex.c87 bc_vec_popAll(&l->str); in dc_lex_register()
109 bc_vec_popAll(&l->str); in dc_lex_string()
151 bc_vec_popAll(&l->str); in dc_lex_string()
H A Dparse.c213 bc_vec_popAll(&p->exits); in bc_parse_reset()
214 bc_vec_popAll(&p->conds); in bc_parse_reset()
215 bc_vec_popAll(&p->ops); in bc_parse_reset()
H A Dvector.c301 bc_vec_popAll(v); in bc_vec_string()
346 bc_vec_popAll(v); in bc_vec_empty()
399 bc_vec_popAll(v); in bc_vec_free()
H A Dread.c141 bc_vec_popAll(vec); in bc_read_chars()
H A Dlex.c207 bc_vec_popAll(&l->str); in bc_lex_number()
H A Dfile.c167 bc_vec_popAll(&vm->history.extras); in bc_file_flushErr()
H A Dlibrary.c427 bc_vec_popAll(&ctxt->nums); in bcl_ctxt_freeNums()
428 bc_vec_popAll(&ctxt->free_nums); in bcl_ctxt_freeNums()
1386 bc_vec_popAll(&vm->out); in bcl_string_helper()
H A Dvm.c1016 bc_vec_popAll(&f->labels);
1020 bc_vec_popAll(&f->code);
H A Dprogram.c777 bc_vec_popAll(&f->code); in bc_program_read()
2647 bc_vec_popAll(&f->code); in bc_program_execStr()
2982 bc_vec_popAll(&p->results); in bc_program_reset()
3596 bc_vec_popAll(&p->results); in bc_program_exec()
/freebsd/contrib/bc/include/
H A Dvector.h370 #define bc_vec_popAll(v) (bc_vec_npop((v), (v)->len)) macro