Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c313 typedef enum BcType { enum
316 } BcType; typedef
2337 BcStatus bc_func_insert(BcFunc *f, char *name, BcType type, size_t line) { in bc_func_insert()
2344 if (!strcmp(name, id->str) && type == (BcType) id->len) in bc_func_insert()
3836 BcType t = BC_TYPE_VAR; in bc_parse_func()
3904 BcType t; in bc_parse_auto()
4451 static BcStatus bc_program_type_match(BcResult *r, BcType t) { in bc_program_type_match()
4501 static BcVec* bc_program_search(BcProgram *p, char *id, BcType type) { in bc_program_search()
4566 BcType type = (r->t == BC_RESULT_VAR) ? BC_TYPE_VAR : BC_TYPE_ARRAY; in bc_program_num()
4946 BcType t, int last) in bc_program_copyToVar()