Lines Matching refs:voidfn
272 int voidfn; member
2365 f->voidfn = 0; in bc_func_init()
2376 f->voidfn = 0; in bc_func_reset()
3502 if (p->func->voidfn) inst = BC_INST_RET_VOID; in bc_parse_return()
3525 else if (p->func->voidfn) in bc_parse_return()
3577 BcInst inst = (p->func->voidfn ? BC_INST_RET_VOID : BC_INST_RET0); in bc_parse_endBody()
3814 int comma = 0, voidfn; in bc_parse_func() local
3824 voidfn = (!FLAG(s) && !FLAG(w) && p->l.t == BC_LEX_NAME && in bc_parse_func()
3830 voidfn = (voidfn && p->l.t == BC_LEX_NAME); in bc_parse_func()
3832 if (voidfn) { in bc_parse_func()
3842 p->func->voidfn = voidfn; in bc_parse_func()