Home
last modified time | relevance | path

Searched refs:bc_program_addString (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/bc/src/
H A Dparse.c73 idx = bc_program_addString(p->prog, p->l.str.v, p->fidx); in bc_parse_addString()
H A Dprogram.c218 size_t bc_program_addString(BcProgram *p, const char *str, size_t fidx) { in bc_program_addString() function
2091 idx = bc_program_addString(p, str, fidx); in bc_program_asciify()
/freebsd-13.1/contrib/bc/include/
H A Dprogram.h329 size_t bc_program_addString(BcProgram *p, const char *str, size_t fidx);