Home
last modified time | relevance | path

Searched refs:bc_vec_pushByte (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/bc/src/
H A Ddc_lex.c81 bc_vec_pushByte(&l->str, (uchar) l->buf[l->i - 1]); in dc_lex_register()
82 bc_vec_pushByte(&l->str, '\0'); in dc_lex_register()
145 bc_vec_pushByte(&l->str, '\0'); in dc_lex_string()
H A Dread.c144 bc_vec_pushByte(vec, '\0'); in bc_read_chars()
195 bc_vec_pushByte(vec, '\0'); in bc_read_chars()
212 bc_vec_pushByte(vec, '\0'); in bc_read_chars()
H A Dvector.c196 inline void bc_vec_pushByte(BcVec *restrict v, uchar data) { in bc_vec_pushByte() function
262 bc_vec_pushByte(v, '\0'); in bc_vec_string()
296 bc_vec_pushByte(v, '\0'); in bc_vec_empty()
H A Dlex.c220 bc_vec_pushByte(&l->str, '\0'); in bc_lex_number()
H A Dhistory.c816 bc_vec_pushByte(&h->buf, '\0'); in bc_history_edit_insert()
1399 bc_vec_pushByte(&h->buf, '\0'); in bc_history_printCtrl()
1569 bc_vec_pushByte(&h->buf, '\0'); in bc_history_edit()
H A Dvm.c690 bc_vec_pushByte(&vm.out, (uchar) c);
1185 bc_vec_pushByte(&buf, '\0');
H A Dprogram.c741 bc_vec_pushByte(&f->code, vm.read_ret); in bc_program_read()
2698 bc_vec_pushByte(&func->code, BC_INST_INVALID); in bc_program_exec()
H A Dlibrary.c972 bc_vec_pushByte(&vm.out, '\0'); in bcl_string()
/freebsd-13.1/contrib/bc/include/
H A Dparse.h109 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, (uchar) (i)))
H A Dvector.h216 void bc_vec_pushByte(BcVec *restrict v, uchar data);