Searched refs:voidfn (Results 1 – 3 of 3) sorted by relevance
113 f->voidfn = false; in bc_func_init()139 f->voidfn = false; in bc_func_reset()
832 if (p->func->voidfn) inst = BC_INST_RET_VOID; in bc_parse_return()860 if (BC_ERR(p->func->voidfn)) { in bc_parse_return()938 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()1293 bool comma = false, voidfn; in bc_parse_func() local1303 voidfn = (!BC_IS_POSIX && p->l.t == BC_LEX_NAME && in bc_parse_func()1311 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()1314 if (voidfn) { in bc_parse_func()1338 p->func->voidfn = voidfn; in bc_parse_func()
405 bool voidfn; member