Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c261 typedef struct BcFunc { struct
274 } BcFunc; argument
451 BcFunc *func;
581 void bc_program_addFunc(BcProgram *p, BcFunc *f, char *name);
2337 BcStatus bc_func_insert(BcFunc *f, char *name, BcType type, size_t line) { in bc_func_insert()
2356 void bc_func_init(BcFunc *f, char *name) { in bc_func_init()
2367 void bc_func_reset(BcFunc *f) { in bc_func_reset()
2378 BcFunc *f = (BcFunc*) func; in bc_func_free()
2987 BcFunc *f = p->func; in bc_parse_addId()
3092 BcFunc *func = p->func; in bc_parse_setLabel()
[all …]