Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dbc.c261 typedef struct BcFunc { struct
274 } BcFunc; argument
451 BcFunc *func;
582 void bc_program_addFunc(BcProgram *p, BcFunc *f, char *name);
2339 BcStatus bc_func_insert(BcFunc *f, char *name, BcType type, size_t line) { in bc_func_insert()
2358 void bc_func_init(BcFunc *f, char *name) { in bc_func_init()
2369 void bc_func_reset(BcFunc *f) { in bc_func_reset()
2380 BcFunc *f = (BcFunc*) func; in bc_func_free()
2989 BcFunc *f = p->func; in bc_parse_addId()
3094 BcFunc *func = p->func; in bc_parse_setLabel()
[all …]