Home
last modified time | relevance | path

Searched defs:bc_func_insert (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dlang.c58 bc_func_insert(BcFunc* f, BcProgram* p, char* name, BcType type, size_t line) in bc_func_insert() function
/external/toybox/toys/pending/
Dbc.c2344 BcStatus bc_func_insert(BcFunc *f, char *name, BcType type, size_t line) { in bc_func_insert() function