Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c2337 BcStatus bc_func_insert(BcFunc *f, char *name, BcType type, size_t line) { in bc_func_insert() function
3868 s = bc_func_insert(p->func, name, t, p->l.line); in bc_parse_func()
3933 s = bc_func_insert(p->func, name, t, p->l.line); in bc_parse_auto()